[android] Remove data sharing beetween Release/Beta/Debug versions

Fixes "This app can't be installed" error.

Closes https://github.com/omapsapp/omapsapp/issues/105

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
This commit is contained in:
Roman Tsisyk 2021-02-10 23:39:45 +03:00
parent 6d151f1e94
commit 95d8defef0
2 changed files with 1 additions and 5 deletions

View file

@ -3,9 +3,7 @@
package="com.mapswithme.maps"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:installLocation="auto"
android:sharedUserId="app.omaps"
android:sharedUserLabel="@string/shared_user_label">
android:installLocation="auto">
<!-- Mentioned MoPub dependencies use 16 API level as a min SDK version, which conflicts
with our version (15 API), that's why forcible use our version to resolve this conflict -->

View file

@ -1,7 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="shared_user_label" translatable="false">OMaps</string>
<!-- App names -->
<string name="facebook" translatable="false">Facebook</string>
<string name="twitter" translatable="false">Twitter</string>