We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 648429b commit 20305cbCopy full SHA for 20305cb
app/build.gradle.kts
@@ -15,8 +15,8 @@ android {
15
applicationId = "com.github.gotify"
16
minSdk = 23
17
targetSdk = 35
18
- versionCode = 32
19
- versionName = "2.8.1"
+ versionCode = 33
+ versionName = "2.8.2"
20
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
21
vectorDrawables.useSupportLibrary = true
22
signingConfig = signingConfigs.getByName("debug")
0 commit comments