Version increase to 2.2.0

This commit is contained in:
Christopher Beckmann 2020-04-23 12:05:21 +02:00
parent aa4c615598
commit ad4bb2b129

View file

@ -11,8 +11,8 @@ android {
applicationId "org.secuso.privacyfriendlysudoku"
minSdkVersion 16
targetSdkVersion 29
versionCode 6
versionName "2.1.2"
versionCode 7
versionName "2.2.0"
vectorDrawables.useSupportLibrary = true
}
buildTypes {