diff options
Diffstat (limited to 'src/android/app/build.gradle')
| -rw-r--r-- | src/android/app/build.gradle | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/android/app/build.gradle b/src/android/app/build.gradle index ffbadce14..c516b2bff 100644 --- a/src/android/app/build.gradle +++ b/src/android/app/build.gradle | |||
| @@ -32,7 +32,7 @@ android { | |||
| 32 | // TODO If this is ever modified, change application_id in strings.xml | 32 | // TODO If this is ever modified, change application_id in strings.xml |
| 33 | applicationId "org.yuzu.yuzu_emu" | 33 | applicationId "org.yuzu.yuzu_emu" |
| 34 | minSdkVersion 28 | 34 | minSdkVersion 28 |
| 35 | targetSdkVersion 29 | 35 | targetSdkVersion 31 |
| 36 | versionCode autoVersion | 36 | versionCode autoVersion |
| 37 | versionName getVersion() | 37 | versionName getVersion() |
| 38 | ndk.abiFilters abiFilter | 38 | ndk.abiFilters abiFilter |
| @@ -126,6 +126,7 @@ dependencies { | |||
| 126 | implementation 'androidx.lifecycle:lifecycle-viewmodel:2.5.1' | 126 | implementation 'androidx.lifecycle:lifecycle-viewmodel:2.5.1' |
| 127 | implementation 'androidx.fragment:fragment:1.5.3' | 127 | implementation 'androidx.fragment:fragment:1.5.3' |
| 128 | implementation "androidx.slidingpanelayout:slidingpanelayout:1.2.0" | 128 | implementation "androidx.slidingpanelayout:slidingpanelayout:1.2.0" |
| 129 | implementation "androidx.documentfile:documentfile:1.0.1" | ||
| 129 | implementation 'com.google.android.material:material:1.6.1' | 130 | implementation 'com.google.android.material:material:1.6.1' |
| 130 | 131 | ||
| 131 | // For loading huge screenshots from the disk. | 132 | // For loading huge screenshots from the disk. |
| @@ -138,9 +139,6 @@ dependencies { | |||
| 138 | implementation 'androidx.constraintlayout:constraintlayout:2.1.4' | 139 | implementation 'androidx.constraintlayout:constraintlayout:2.1.4' |
| 139 | implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0' | 140 | implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0' |
| 140 | implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' | 141 | implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' |
| 141 | |||
| 142 | // Please don't upgrade the billing library as the newer version is not GPL-compatible | ||
| 143 | implementation 'com.android.billingclient:billing:2.0.3' | ||
| 144 | } | 142 | } |
| 145 | 143 | ||
| 146 | def getVersion() { | 144 | def getVersion() { |