mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-23 16:56:41 +00:00
Start of work to get both root and non-root versions building in the same branch/project
This commit is contained in:
@@ -7,11 +7,20 @@ android {
|
||||
buildToolsVersion "21.0.2"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.limelight.root"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 21
|
||||
}
|
||||
|
||||
productFlavors {
|
||||
root {
|
||||
applicationId "com.limelight.root"
|
||||
}
|
||||
|
||||
nonRoot {
|
||||
applicationId "com.limelight"
|
||||
}
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
runProguard false
|
||||
|
||||
Reference in New Issue
Block a user