Bump Android version to 1.2.2

This commit is contained in:
Aaron Culliney 2017-12-03 13:44:04 -08:00
parent 6b901dff07
commit b1161ba746

View File

@ -30,8 +30,8 @@ android {
applicationId "org.deadc0de.apple2ix.basic" applicationId "org.deadc0de.apple2ix.basic"
minSdkVersion 10 minSdkVersion 10
targetSdkVersion 24 targetSdkVersion 24
versionCode 21 versionCode 22
versionName "1.2.1" versionName "1.2.2"
ndk { ndk {
moduleName "apple2ix" moduleName "apple2ix"
} }