Merge branch 'master' into dev
This commit is contained in:
commit
85abc58158
3 changed files with 7 additions and 3 deletions
|
|
@ -44,9 +44,9 @@ configure<ApplicationExtension> {
|
|||
minSdk = 21
|
||||
targetSdk = 35
|
||||
|
||||
versionCode = System.getProperty("versionCodeOverride")?.toInt() ?: 1007
|
||||
versionCode = System.getProperty("versionCodeOverride")?.toInt() ?: 1008
|
||||
|
||||
versionName = "0.28.2"
|
||||
versionName = "0.28.3"
|
||||
System.getProperty("versionNameSuffix")?.let { versionNameSuffix = it }
|
||||
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue