diff --git a/android-app/build.gradle b/android-app/build.gradle index 4aedc3a..826e135 100644 --- a/android-app/build.gradle +++ b/android-app/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { id 'com.android.application' version '8.7.3' apply false - id 'com.android.library' version '8.7.3' apply false + id 'com.android.library' version '8.13.0' apply false id 'org.jetbrains.kotlin.android' version '2.1.20' apply false }