summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
Diffstat (limited to 'android')
-rw-r--r--android/AndroidManifest.xml2
-rw-r--r--android/build.gradle4
2 files changed, 4 insertions, 2 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index e4a6825..17e798b 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
- package="com.mygdx.game">
+ package="com.ilotterytea.maxoning">
<uses-feature android:glEsVersion="0x00020000" android:required="true" />
diff --git a/android/build.gradle b/android/build.gradle
index 6671f07..7169dcf 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -14,7 +14,9 @@ android {
}
packagingOptions {
- exclude 'META-INF/robovm/ios/robovm.xml'
+ resources {
+ excludes += ['META-INF/robovm/ios/robovm.xml']
+ }
}
defaultConfig {
applicationId "com.ilotterytea.maxoning"