mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-08-15 21:27:23 +00:00
Two flavors of the Android build
This commit is contained in:
@@ -25,6 +25,19 @@ android {
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
signingConfig signingConfigs.release
|
||||
}
|
||||
debug {
|
||||
debuggable true
|
||||
}
|
||||
}
|
||||
productFlavors {
|
||||
demo {
|
||||
applicationId "org.deadc0de.apple2ix.demo"
|
||||
versionName "0.9.1-demo"
|
||||
}
|
||||
full {
|
||||
applicationId "org.deadc0de.apple2ix.full"
|
||||
versionName "0.9.1-full"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user