Bump Android version to 1.0.0

This commit is contained in:
Aaron Culliney 2015-10-25 14:16:46 -07:00
parent e5f08849ae
commit aae70eb59b

View File

@ -27,8 +27,8 @@ android {
applicationId "org.deadc0de.apple2ix.basic" applicationId "org.deadc0de.apple2ix.basic"
minSdkVersion 10 minSdkVersion 10
targetSdkVersion 23 targetSdkVersion 23
versionCode 1 versionCode 3
versionName "0.9.4" versionName "1.0.0"
ndk { ndk {
moduleName "apple2ix" moduleName "apple2ix"
} }