mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2026-06-02 02:32:10 +00:00
Bump version to 0.28.4 (1009)
This commit is contained in:
@@ -44,9 +44,9 @@ configure<ApplicationExtension> {
|
||||
minSdk = 21
|
||||
targetSdk = 35
|
||||
|
||||
versionCode = System.getProperty("versionCodeOverride")?.toInt() ?: 1008
|
||||
versionCode = System.getProperty("versionCodeOverride")?.toInt() ?: 1009
|
||||
|
||||
versionName = "0.28.3"
|
||||
versionName = "0.28.4"
|
||||
System.getProperty("versionNameSuffix")?.let { versionNameSuffix = it }
|
||||
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
Reference in New Issue
Block a user