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"
minSdkVersion 10
targetSdkVersion 23
versionCode 1
versionName "0.9.4"
versionCode 3
versionName "1.0.0"
ndk {
moduleName "apple2ix"
}