diff --git a/app/build.gradle b/app/build.gradle
index c8d454aa..ca5380d9 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -12,7 +12,7 @@ android {
minSdkVersion 16
targetSdkVersion 29
multiDexEnabled true
- versionCode 45
+ versionCode 55
versionName '6.1.0'
vectorDrawables.useSupportLibrary true
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 8925de46..0a946548 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -1,37 +1,41 @@
-
+ package="dev.lucasnlm.antimine"
+ android:installLocation="auto">
+ android:xlargeScreens="true" />
-
-
-
+
+
+
-
-
+
+
@@ -41,8 +45,8 @@
android:theme="@style/Theme.Splash">
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
-
+
-
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
+ android:theme="@style/AppTheme" />
+ android:theme="@style/AppTheme" />
+ android:theme="@style/AppTheme" />
+ android:value="dev.lucasnlm.antimine.GameActivity" />
@@ -126,10 +149,10 @@
android:authorities="@string/app_file_provider"
android:exported="false"
android:grantUriPermissions="true">
+
-
+ android:resource="@xml/file_paths" />
\ No newline at end of file
diff --git a/wear/src/main/AndroidManifest.xml b/wear/src/main/AndroidManifest.xml
index e3fc4d97..d8fbd1b7 100644
--- a/wear/src/main/AndroidManifest.xml
+++ b/wear/src/main/AndroidManifest.xml
@@ -31,7 +31,8 @@
android:launchMode="singleTop"
android:theme="@style/WearAppTheme">
-
+