Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Commit

Permalink
Bump targetSdkVersion to 29 to make google play happy
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzz committed Nov 29, 2020
1 parent 100b86d commit 3497b81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ext {
}

android {
compileSdkVersion 28
compileSdkVersion 29

sourceSets {
main {
Expand All @@ -31,8 +31,8 @@ android {
versionName calculateVersion()

minSdkVersion 21
// Do not update past 28 -- see https://github.com/xyzz/openmw-android/issues/30
targetSdkVersion 28
// Do not update past 29 -- see https://github.com/xyzz/openmw-android/issues/30
targetSdkVersion 29

ndk {
abiFilters "arm64-v8a", "armeabi-v7a", "x86", "x86_64"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<uses-permission android:name="android.permission.INTERNET" />

<application
android:requestLegacyExternalStorage="true"
android:name="utils.MyApp"
android:allowBackup="true"
android:hardwareAccelerated="true"
Expand Down

0 comments on commit 3497b81

Please sign in to comment.