Version 2.1.2

This commit is contained in:
Jannis Mattheis
2021-04-18 11:19:43 +02:00
parent 150bfd0d57
commit 0a7a04885f

View File

@@ -9,8 +9,8 @@ android {
applicationId "com.github.gotify" applicationId "com.github.gotify"
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 29 targetSdkVersion 29
versionCode 19 versionCode 20
versionName "2.1.1" versionName "2.1.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }