Merge pull request #13462 from Stypox/release-0.28.6
This commit is contained in:
commit
6c65949f5b
2 changed files with 3 additions and 2 deletions
|
|
@ -45,9 +45,9 @@ configure<ApplicationExtension> {
|
|||
minSdk = 21
|
||||
targetSdk = 35
|
||||
|
||||
versionCode = System.getProperty("versionCodeOverride")?.toInt() ?: 1010
|
||||
versionCode = System.getProperty("versionCodeOverride")?.toInt() ?: 1011
|
||||
|
||||
versionName = "0.28.5"
|
||||
versionName = "0.28.6"
|
||||
System.getProperty("versionNameSuffix")?.let { versionNameSuffix = it }
|
||||
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
|
|
|||
1
fastlane/metadata/android/en-US/changelogs/1011.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/1011.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
Add popup to inform users that v0.28.7 will drop support for Android 5
|
||||
Loading…
Add table
Add a link
Reference in a new issue