mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 19:56:32 +00:00
Merge pull request #602 from HabitRPG/debug
have debug and store version without uninstall the other
This commit is contained in:
commit
ae643b4664
3 changed files with 7 additions and 2 deletions
|
|
@ -163,7 +163,7 @@
|
|||
|
||||
<provider
|
||||
android:name="android.support.v4.content.FileProvider"
|
||||
android:authorities="com.habitrpg.android.habitica.fileprovider"
|
||||
android:authorities="@string/content_provider"
|
||||
android:grantUriPermissions="true"
|
||||
android:exported="false">
|
||||
<meta-data
|
||||
|
|
|
|||
|
|
@ -170,11 +170,17 @@ android {
|
|||
// Disable fabric build ID generation for debug builds
|
||||
ext.enableCrashlytics = false
|
||||
multiDexEnabled true
|
||||
|
||||
resValue "string", "content_provider", "com.habitrpg.android.habitica.debug.fileprovider"
|
||||
resValue "string", "app_name", "Habitica Debug"
|
||||
}
|
||||
release {
|
||||
signingConfig signingConfigs.release
|
||||
debuggable false
|
||||
multiDexEnabled true
|
||||
|
||||
resValue "string", "content_provider", "com.habitrpg.android.habitica.fileprovider"
|
||||
resValue "string", "app_name", "Habitica"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<string name="app_name">Habitica</string>
|
||||
<string name="action_refresh">Refresh</string>
|
||||
<string name="XP_default">Experience</string>
|
||||
<string name="HP_default">Health</string>
|
||||
|
|
|
|||
Loading…
Reference in a new issue