Version 2.0.5

This commit is contained in:
Jannis Mattheis
2019-03-01 17:46:15 +01:00
parent 28e270eed6
commit b19132e081

View File

@@ -9,8 +9,8 @@ android {
applicationId "com.github.gotify" applicationId "com.github.gotify"
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 28 targetSdkVersion 28
versionCode 7 versionCode 8
versionName "2.0.4" versionName "2.0.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }