Browse Source

Update version code and name in build.gradle.kts to 19 and 2.6.3 for the upcoming release.

Carles Sentis 2 days ago
parent
commit
fd81d5c8ff
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/build.gradle.kts

+ 2 - 2
app/build.gradle.kts

@@ -15,8 +15,8 @@ android {
         applicationId = "com.arklan.weather"
         minSdk = ConfigData.minSdk
         targetSdk = ConfigData.targetSdk
-        versionCode = 18
-        versionName = "2.6.2"
+        versionCode = 19
+        versionName = "2.6.3"
         setProperty("archivesBaseName", "weekly-weather-v$versionName.$versionCode")
 
         testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"