cut devmenu
This commit is contained in:
+1
-16
@@ -50,21 +50,6 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
productFlavors {
|
||||
|
||||
flavorDimensions.add("nfsmw")
|
||||
|
||||
create("devmenu") {
|
||||
dimension = "nfsmw"
|
||||
minSdk = 21
|
||||
}
|
||||
create("no_devmenu") {
|
||||
dimension = "nfsmw"
|
||||
minSdk = 21
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility = JavaVersion.VERSION_11
|
||||
@@ -104,7 +89,7 @@ dependencies {
|
||||
androidTestImplementation(libs.ui.test.junit4)
|
||||
debugImplementation(libs.ui.tooling)
|
||||
debugImplementation(libs.ui.test.manifest)
|
||||
implementation(project(mapOf("path" to ":devmenu")))
|
||||
//implementation(project(mapOf("path" to ":devmenu")))
|
||||
|
||||
implementation ("commons-codec:commons-codec:1.15")
|
||||
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<application>
|
||||
<activity android:name="com.ea.ironmonkey.GameActivity"
|
||||
android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
Reference in New Issue
Block a user