We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0041b65 commit 6a1812aCopy full SHA for 6a1812a
1 file changed
app/build.gradle.kts
@@ -20,8 +20,8 @@ android {
20
applicationId = "io.bloco.snowflake"
21
minSdk = 26
22
targetSdk = 37
23
- versionCode = 10 // Increment by 5 to account for ABI split
24
- versionName = "1.2"
+ versionCode = 15 // Increment by 5 to account for ABI split
+ versionName = "1.3"
25
26
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
27
androidResources.localeFilters += listOf("en", "fr", "ja", "pt")
0 commit comments