Skip to content

Commit

Permalink
chore: version 2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jmattheis committed Feb 15, 2025
1 parent 648429b commit 20305cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId = "com.github.gotify"
minSdk = 23
targetSdk = 35
versionCode = 32
versionName = "2.8.1"
versionCode = 33
versionName = "2.8.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
signingConfig = signingConfigs.getByName("debug")
Expand Down

0 comments on commit 20305cb

Please sign in to comment.