Release NewPipe 0.28.7 (1012)
This commit is contained in:
parent
28654471d5
commit
45af64a518
1 changed files with 2 additions and 2 deletions
|
|
@ -45,9 +45,9 @@ configure<ApplicationExtension> {
|
|||
minSdk = 21
|
||||
targetSdk = 35
|
||||
|
||||
versionCode = System.getProperty("versionCodeOverride")?.toInt() ?: 1011
|
||||
versionCode = System.getProperty("versionCodeOverride")?.toInt() ?: 1012
|
||||
|
||||
versionName = "0.28.6"
|
||||
versionName = "0.28.7"
|
||||
System.getProperty("versionNameSuffix")?.let { versionNameSuffix = it }
|
||||
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue