mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-18 19:59:00 +00:00
remove keys
This commit is contained in:
parent
92554fc52e
commit
d29a1c923e
3 changed files with 6 additions and 2 deletions
|
|
@ -51,7 +51,7 @@
|
|||
|
||||
<meta-data
|
||||
android:name="io.fabric.ApiKey"
|
||||
android:value="2eb3b3edb3b0f4722d37d649a5af366656e46ddd" />
|
||||
android:value="@string/fabric_key" />
|
||||
<meta-data android:name="com.facebook.sdk.ApplicationId" android:value="@string/facebook_app_id"/>
|
||||
|
||||
<activity
|
||||
|
|
|
|||
5
Habitica/res/values/secret_strings.xml
Normal file
5
Habitica/res/values/secret_strings.xml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="fabric_key">CHANGE_ME</string>
|
||||
<string name="facebook_app_id">CHANGE_ME</string>
|
||||
</resources>
|
||||
|
|
@ -103,7 +103,6 @@
|
|||
<string name="saturday">Saturday</string>
|
||||
<string name="sunday">Sunday</string>
|
||||
|
||||
<string name="facebook_app_id">128307497299777</string>
|
||||
<string name="levelup_header">You gained a level!</string>
|
||||
<string name="levelup_detail">By accomplishing your real-life goals, you\'ve grown to Level %1$d!</string>
|
||||
<string name="levelup_health">You have been fully healed!</string>
|
||||
|
|
|
|||
Loading…
Reference in a new issue