We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f0af4d commit 2831076Copy full SHA for 2831076
app/build.gradle
@@ -9,8 +9,8 @@ android {
9
applicationId "com.github.gotify"
10
minSdkVersion 19
11
targetSdkVersion 28
12
- versionCode 4
13
- versionName "2.0.1"
+ versionCode 5
+ versionName "2.0.2"
14
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
15
vectorDrawables.useSupportLibrary = true
16
}
0 commit comments