summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrettyWhite <geekman3454@protonmail.com>2018-10-02 16:52:32 -0400
committerBrettyWhite <geekman3454@protonmail.com>2018-10-02 16:52:32 -0400
commit284311e7e7d8492feed02517c7ceb6ae9a05c227 (patch)
tree00ac16eb1894ad35f53e4e99fd4d193cf4f77582
parent1c67be5b1775d2e88711445edc603615a18d3484 (diff)
downloadsdl_android-284311e7e7d8492feed02517c7ceb6ae9a05c227.tar.gz
target / compiled version up to 28
-rwxr-xr-xhello_sdl_android/build.gradle4
-rwxr-xr-xhello_sdl_android/src/main/AndroidManifest.xml1
2 files changed, 3 insertions, 2 deletions
diff --git a/hello_sdl_android/build.gradle b/hello_sdl_android/build.gradle
index 2a799a357..86101cb27 100755
--- a/hello_sdl_android/build.gradle
+++ b/hello_sdl_android/build.gradle
@@ -1,11 +1,11 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 26
+ compileSdkVersion 28
defaultConfig {
applicationId "com.sdl.hellosdlandroid"
minSdkVersion 14
- targetSdkVersion 26
+ targetSdkVersion 28
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
diff --git a/hello_sdl_android/src/main/AndroidManifest.xml b/hello_sdl_android/src/main/AndroidManifest.xml
index b1426cfe2..e556cd680 100755
--- a/hello_sdl_android/src/main/AndroidManifest.xml
+++ b/hello_sdl_android/src/main/AndroidManifest.xml
@@ -7,6 +7,7 @@
<uses-permission android:name="android.permission.INTERNET" />
<!-- Required to check if WiFi is enabled -->
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
+ <uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<!-- Required to use the USB Accessory mode -->
<uses-feature android:name="android.hardware.usb.accessory" />