Skip to content

Commit 91e38f7

Browse files
committed
[Bug] Change targetSdkVersion to 26 on android manifest
1 parent 355f197 commit 91e38f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

engine/rsrc/android-manifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
${INSTALL_LOCATION}>
77
${PUSH_PERMISSIONS}
88
${USES_PERMISSION}${USES_FEATURE}
9-
<uses-sdk android:minSdkVersion="${MIN_SDK_VERSION}" android:targetSdkVersion="${MIN_SDK_VERSION}"/>
9+
<uses-sdk android:minSdkVersion="${MIN_SDK_VERSION}" android:targetSdkVersion="26"/>
1010
<supports-screens
1111
android:largeScreens="true"
1212
android:normalScreens="true"

0 commit comments

Comments
 (0)