We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e3b858 + d4941c4 commit 6c65949Copy full SHA for 6c65949
2 files changed
app/build.gradle.kts
@@ -45,9 +45,9 @@ configure<ApplicationExtension> {
45
minSdk = 21
46
targetSdk = 35
47
48
- versionCode = System.getProperty("versionCodeOverride")?.toInt() ?: 1010
+ versionCode = System.getProperty("versionCodeOverride")?.toInt() ?: 1011
49
50
- versionName = "0.28.5"
+ versionName = "0.28.6"
51
System.getProperty("versionNameSuffix")?.let { versionNameSuffix = it }
52
53
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
fastlane/metadata/android/en-US/changelogs/1011.txt
@@ -0,0 +1 @@
1
+Add popup to inform users that v0.28.7 will drop support for Android 5
0 commit comments