Update properties
This commit is contained in:
parent
e9ab2c7e51
commit
7327976170
4 changed files with 4 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
<meta-data
|
||||
android:name="com.facebook.sdk.ApplicationId"
|
||||
android:resource="@string/facebook_dev_app_id"/>
|
||||
android:resource="@string/facebook_app_id"/>
|
||||
<activity
|
||||
android:name="net.osmand.plus.activities.MapActivity"
|
||||
android:theme="@style/FirstSplashScreenFree"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
tools:replace="android:icon">
|
||||
<meta-data
|
||||
android:name="com.facebook.sdk.ApplicationId"
|
||||
android:resource="@string/facebook_app_id"/>
|
||||
android:resource="@string/facebook_dev_app_id"/>
|
||||
<activity
|
||||
android:name="net.osmand.plus.activities.MapActivity"
|
||||
android:theme="@style/FirstSplashScreenFreeDev"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<lint>
|
||||
<issue id="NewApi" severity="warning" />
|
||||
<issue id="ResourceAsColor" severity="warning" />
|
||||
</lint>
|
|
@ -7,7 +7,7 @@
|
|||
<!-- Not translatable -->
|
||||
<string name="facebook_app_id">2057524931189530</string>
|
||||
<string name="facebook_dev_app_id">792288460976727</string>
|
||||
<string name="facebook_custom_app_id">792288460976727</string>
|
||||
<string name="facebook_custom_app_id">131313131043971</string>
|
||||
<string name="full_version_price">€7,99</string>
|
||||
<string name="osm_live">OsmAnd Live</string>
|
||||
<string name="ga_api_key">UA-28342846-2</string>
|
||||
|
|
Loading…
Reference in a new issue