Bump Android version to 2.0.1

This commit is contained in:
Aaron Culliney
2018-11-25 19:01:35 -08:00
parent 36c83c62e3
commit aa74763d28

View File

@@ -29,8 +29,8 @@ android {
applicationId "org.deadc0de.apple2ix.basic" applicationId "org.deadc0de.apple2ix.basic"
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 27 targetSdkVersion 27
versionCode 23 versionCode 24
versionName "2.0.0" versionName "2.0.1"
ndk { ndk {
moduleName "apple2ix" moduleName "apple2ix"
} }