Skip to content

Commit 626af08

Browse files
committed
Fixed SDK targeting
1 parent 1b720a5 commit 626af08

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sample/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
<uses-permission android:name="android.permission.INTERNET"/>
88

99
<uses-sdk
10-
android:minSdkVersion="3"
11-
android:targetSdkVersion="18" />
10+
android:minSdkVersion="3" />
1211

1312
<application
1413
android:icon="@drawable/ic_launcher"

0 commit comments

Comments
 (0)