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