Update versions to match official

This commit is contained in:
Chris Garrity 2020-09-30 13:09:37 -04:00
parent 4826fc0b1e
commit 647fb2cb0c

View file

@ -20,10 +20,10 @@ android {
free {
dimension = 'scratchjrversion'
applicationId "org.scratchjr.androidfree"
minSdkVersion 19
targetSdkVersion 28
versionCode 21
versionName "1.2.0"
minSdkVersion 21
targetSdkVersion 29
versionCode 22
versionName "1.2.11"
}
}
}