diff --git a/android/app/build.gradle b/android/app/build.gradle index 03dea53..f0e6e07 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -161,10 +161,10 @@ play { dependencies { implementation("androidx.core:core-ktx:1.19.0") - implementation("androidx.appcompat:appcompat:1.7.1") + implementation("androidx.appcompat:appcompat:1.8.0") implementation("com.google.android.material:material:1.14.0") implementation("androidx.activity:activity-ktx:1.13.0") - implementation("androidx.webkit:webkit:1.16.0") + implementation("androidx.webkit:webkit:1.17.0") implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.2.0") testImplementation("junit:junit:4.13.2") diff --git a/android/build.gradle b/android/build.gradle index f4d95f2..9b49de0 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,4 +1,4 @@ plugins { id("com.android.application") version "9.3.1" apply false - id("com.github.triplet.play") version "4.0.0" apply false + id("com.github.triplet.play") version "4.1.1" apply false }