Browse Source

Android Target SDK 28->29 (#9238)

Co-authored-by: Don Gagne <dongagne@outlook.com>
QGC4.4
Don Gagne 4 years ago committed by GitHub
parent
commit
c86d3fa64e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .travis.yml
  2. 2
      android/AndroidManifest.xml

2
.travis.yml

@ -69,7 +69,7 @@ jobs: @@ -69,7 +69,7 @@ jobs:
android:
components:
- android-28
- android-29
- build-tools-25.0.3
- platform-tools

2
android/AndroidManifest.xml

@ -49,7 +49,7 @@ @@ -49,7 +49,7 @@
<!-- Background running -->
</activity>
</application>
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28"/>
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29"/>
<!-- Needed to keep working while 'asleep' -->
<uses-permission android:name="android.permission.WAKE_LOCK"/>

Loading…
Cancel
Save