Skip to content

Commit

Permalink
Android: Raise min API version to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
RameshRavone committed May 8, 2018
1 parent 38b5679 commit 4ad0257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/android/AndroidManifest.xml.template
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,6 @@ $$ADD_PERMISSION_CHUNKS$$
<uses-permission android:name="godot.custom.18"/>
<uses-permission android:name="godot.custom.19"/>

<uses-sdk android:minSdkVersion="10" android:targetSdkVersion="23"/>
<uses-sdk android:minSdkVersion="18" android:targetSdkVersion="27"/>

</manifest>

0 comments on commit 4ad0257

Please sign in to comment.