diff options
| author | 2023-04-19 00:57:20 -0400 | |
|---|---|---|
| committer | 2023-06-03 00:05:51 -0700 | |
| commit | b1ebc1c3953f317098ee8f8180be2635bc1daa9c (patch) | |
| tree | 48078ddca762957c78505b094d8dec04c39034b1 /src | |
| parent | android: Convert gradle scripts to Kotlin DSL (diff) | |
| download | yuzu-b1ebc1c3953f317098ee8f8180be2635bc1daa9c.tar.gz yuzu-b1ebc1c3953f317098ee8f8180be2635bc1daa9c.tar.xz yuzu-b1ebc1c3953f317098ee8f8180be2635bc1daa9c.zip | |
android: Update app dependencies
Diffstat (limited to 'src')
| -rw-r--r-- | src/android/app/build.gradle.kts | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/android/app/build.gradle.kts b/src/android/app/build.gradle.kts index e2b53c7bd..552d4a721 100644 --- a/src/android/app/build.gradle.kts +++ b/src/android/app/build.gradle.kts | |||
| @@ -136,19 +136,19 @@ android { | |||
| 136 | } | 136 | } |
| 137 | 137 | ||
| 138 | dependencies { | 138 | dependencies { |
| 139 | implementation("androidx.core:core-ktx:1.9.0") | 139 | implementation("androidx.core:core-ktx:1.10.0") |
| 140 | implementation("androidx.appcompat:appcompat:1.6.1") | 140 | implementation("androidx.appcompat:appcompat:1.6.1") |
| 141 | implementation("androidx.exifinterface:exifinterface:1.3.6") | 141 | implementation("androidx.exifinterface:exifinterface:1.3.6") |
| 142 | implementation("androidx.cardview:cardview:1.0.0") | 142 | implementation("androidx.cardview:cardview:1.0.0") |
| 143 | implementation("androidx.recyclerview:recyclerview:1.2.1") | 143 | implementation("androidx.recyclerview:recyclerview:1.3.0") |
| 144 | implementation("androidx.constraintlayout:constraintlayout:2.1.4") | 144 | implementation("androidx.constraintlayout:constraintlayout:2.1.4") |
| 145 | implementation("androidx.lifecycle:lifecycle-viewmodel:2.5.1") | 145 | implementation("androidx.lifecycle:lifecycle-viewmodel:2.6.1") |
| 146 | implementation("androidx.fragment:fragment:1.5.5") | 146 | implementation("androidx.fragment:fragment:1.5.6") |
| 147 | implementation("androidx.slidingpanelayout:slidingpanelayout:1.2.0") | 147 | implementation("androidx.slidingpanelayout:slidingpanelayout:1.2.0") |
| 148 | implementation("androidx.documentfile:documentfile:1.0.1") | 148 | implementation("androidx.documentfile:documentfile:1.0.1") |
| 149 | implementation("com.google.android.material:material:1.8.0") | 149 | implementation("com.google.android.material:material:1.8.0") |
| 150 | implementation("androidx.preference:preference:1.2.0") | 150 | implementation("androidx.preference:preference:1.2.0") |
| 151 | implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1") | 151 | implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1") |
| 152 | implementation("io.coil-kt:coil:2.2.2") | 152 | implementation("io.coil-kt:coil:2.2.2") |
| 153 | implementation("androidx.core:core-splashscreen:1.0.0") | 153 | implementation("androidx.core:core-splashscreen:1.0.0") |
| 154 | implementation("androidx.window:window:1.0.0") | 154 | implementation("androidx.window:window:1.0.0") |