Version 1.0.1

This commit is contained in:
Jannis Mattheis
2018-06-26 20:24:50 +02:00
parent 9028043ddb
commit 4dc52fe076

View File

@@ -109,8 +109,8 @@ android {
applicationId "com.github.gotify"
minSdkVersion 16
targetSdkVersion 27
versionCode 1
versionName "1.0.0"
versionCode 2
versionName "1.0.1"
ndk {
abiFilters "armeabi-v7a", "x86"
}