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
|
<meta-data
|
||||||
android:name="com.facebook.sdk.ApplicationId"
|
android:name="com.facebook.sdk.ApplicationId"
|
||||||
android:resource="@string/facebook_dev_app_id"/>
|
android:resource="@string/facebook_app_id"/>
|
||||||
<activity
|
<activity
|
||||||
android:name="net.osmand.plus.activities.MapActivity"
|
android:name="net.osmand.plus.activities.MapActivity"
|
||||||
android:theme="@style/FirstSplashScreenFree"
|
android:theme="@style/FirstSplashScreenFree"
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
tools:replace="android:icon">
|
tools:replace="android:icon">
|
||||||
<meta-data
|
<meta-data
|
||||||
android:name="com.facebook.sdk.ApplicationId"
|
android:name="com.facebook.sdk.ApplicationId"
|
||||||
android:resource="@string/facebook_app_id"/>
|
android:resource="@string/facebook_dev_app_id"/>
|
||||||
<activity
|
<activity
|
||||||
android:name="net.osmand.plus.activities.MapActivity"
|
android:name="net.osmand.plus.activities.MapActivity"
|
||||||
android:theme="@style/FirstSplashScreenFreeDev"
|
android:theme="@style/FirstSplashScreenFreeDev"
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<lint>
|
<lint>
|
||||||
|
<issue id="NewApi" severity="warning" />
|
||||||
<issue id="ResourceAsColor" severity="warning" />
|
<issue id="ResourceAsColor" severity="warning" />
|
||||||
</lint>
|
</lint>
|
|
@ -7,7 +7,7 @@
|
||||||
<!-- Not translatable -->
|
<!-- Not translatable -->
|
||||||
<string name="facebook_app_id">2057524931189530</string>
|
<string name="facebook_app_id">2057524931189530</string>
|
||||||
<string name="facebook_dev_app_id">792288460976727</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="full_version_price">€7,99</string>
|
||||||
<string name="osm_live">OsmAnd Live</string>
|
<string name="osm_live">OsmAnd Live</string>
|
||||||
<string name="ga_api_key">UA-28342846-2</string>
|
<string name="ga_api_key">UA-28342846-2</string>
|
||||||
|
|
Loading…
Reference in a new issue