diff options
| author | Juan Linietsky | 2015-04-17 16:18:46 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-04-17 16:18:46 -0300 |
| commit | b56badf77b652abca012dd4dbd4932a03e4139dd (patch) | |
| tree | ef378123abe70e4262d8baa5a5f92a809b2d1f83 /platform/android/AndroidManifest.xml.template | |
| parent | 3b434eacde58450965708c3eafb6b22eb2a99361 (diff) | |
| download | godot-b56badf77b652abca012dd4dbd4932a03e4139dd.tar.gz godot-b56badf77b652abca012dd4dbd4932a03e4139dd.tar.zst godot-b56badf77b652abca012dd4dbd4932a03e4139dd.zip | |
-Added android immersive mode, fixes #303
Diffstat (limited to 'platform/android/AndroidManifest.xml.template')
| -rw-r--r-- | platform/android/AndroidManifest.xml.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/AndroidManifest.xml.template b/platform/android/AndroidManifest.xml.template index d31bdbfa5..71e8b866d 100644 --- a/platform/android/AndroidManifest.xml.template +++ b/platform/android/AndroidManifest.xml.template @@ -200,6 +200,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="15"/> +<uses-sdk android:minSdkVersion="10" android:targetSdkVersion="19"/> </manifest> |
