1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2026-05-08 14:32:11 +00:00

Release v0.28.6 (1011)

This commit is contained in:
Stypox
2026-05-01 14:34:35 +02:00
parent 9373a6c40d
commit d4941c4424
+2 -2
View File
@@ -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"