Skip to content

Commit a40d7ff

Browse files
committed
Hotfix release v0.28.2 (1007)
1 parent d53f7ac commit a40d7ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ android {
4242
minSdk = 21
4343
targetSdk = 35
4444

45-
versionCode = System.getProperty("versionCodeOverride")?.toInt() ?: 1006
45+
versionCode = System.getProperty("versionCodeOverride")?.toInt() ?: 1007
4646

47-
versionName = "0.28.1"
47+
versionName = "0.28.2"
4848
System.getProperty("versionNameSuffix")?.let { versionNameSuffix = it }
4949

5050
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)