1
0
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:
tobigr
2026-02-22 18:52:41 +01:00
parent 98a883d377
commit 1fbf9fc025
+2 -2
View File
@@ -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"