This commit is contained in:
Christopher Beckmann 2020-10-09 17:40:16 +02:00
parent 4cfdee5eab
commit d2ed422359

View file

@ -11,8 +11,8 @@ android {
applicationId "org.secuso.privacyfriendlysudoku" applicationId "org.secuso.privacyfriendlysudoku"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 29 targetSdkVersion 29
versionCode 9 versionCode 10
versionName "3.0.0" versionName "3.0.1"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }
buildTypes { buildTypes {