Skip to content

Commit 20305cb

Browse files
committed
chore: version 2.8.2
1 parent 648429b commit 20305cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ android {
1515
applicationId = "com.github.gotify"
1616
minSdk = 23
1717
targetSdk = 35
18-
versionCode = 32
19-
versionName = "2.8.1"
18+
versionCode = 33
19+
versionName = "2.8.2"
2020
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2121
vectorDrawables.useSupportLibrary = true
2222
signingConfig = signingConfigs.getByName("debug")

0 commit comments

Comments
 (0)