diff --git a/build.gradle b/build.gradle index 70b503f..ef4cf45 100644 --- a/build.gradle +++ b/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.1.3' apply false - id 'com.android.library' version '8.1.3' apply false + id 'com.android.application' version '8.5.1' apply false + id 'com.android.library' version '8.5.1' apply false } project.ext { diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index ef95097..48c0a02 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,5 @@ -#Sun Nov 12 19:38:16 EET 2023 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/lib/build.gradle b/lib/build.gradle index ed2ffc7..06f7b70 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -30,6 +30,6 @@ tasks.withType(JavaCompile) { } dependencies { - implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'com.google.android.material:material:1.10.0' + implementation 'androidx.appcompat:appcompat:1.7.0' + implementation 'com.google.android.material:material:1.12.0' } diff --git a/sample-app-capitals/build.gradle b/sample-app-capitals/build.gradle index 0792217..3d3bff8 100644 --- a/sample-app-capitals/build.gradle +++ b/sample-app-capitals/build.gradle @@ -31,7 +31,7 @@ tasks.withType(JavaCompile) { } dependencies { - implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'com.google.android.material:material:1.8.0' + implementation 'androidx.appcompat:appcompat:1.7.0' + implementation 'com.google.android.material:material:1.12.0' implementation project(path: ':lib') } \ No newline at end of file diff --git a/sample-pick-point/build.gradle b/sample-pick-point/build.gradle index 9ec838e..a4076d5 100644 --- a/sample-pick-point/build.gradle +++ b/sample-pick-point/build.gradle @@ -31,6 +31,6 @@ tasks.withType(JavaCompile) { } dependencies { - implementation 'com.google.android.material:material:1.8.0' + implementation 'com.google.android.material:material:1.12.0' implementation project(path: ':lib') } \ No newline at end of file