Skip to content

Commit cc0e557

Browse files
committed
Added the parameterised min+target versions
It removes the automatic addition of these permissions: WRITE_EXTERNAL_STORAGE, READ_PHONE_STATE and READ_EXTERNAL_STORAGE
1 parent e38b6d1 commit cc0e557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

facebook/manifests/android/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="{{android.package}}">
3-
<uses-sdk android:minSdkVersion="9" />
3+
<uses-sdk android:minSdkVersion="{{android.minimum_sdk_version}}" android:targetSdkVersion="{{android.target_sdk_version}}" />
44
<application>
55
<meta-data android:name="com.facebook.sdk.ApplicationName" android:value="{{project.title}}" />
66
<activity android:name="com.defold.facebook.FacebookActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar" />

0 commit comments

Comments
 (0)