diff --git a/app/build.gradle b/app/build.gradle index a3ddf53e..da055b53 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,7 +2,7 @@ plugins { id 'com.android.application' id 'org.jetbrains.kotlin.android' id 'org.jetbrains.kotlin.plugin.serialization' version '1.9.21' - id 'org.ajoberstar.grgit' version '1.7.2' + id 'org.ajoberstar.grgit' version '5.2.2' id 'com.google.protobuf' id 'kotlin-parcelize' id 'com.google.devtools.ksp' diff --git a/build.gradle b/build.gradle index ebf69186..4e3f83c2 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.2.0' apply false - id 'com.android.library' version '8.2.0' apply false + id 'com.android.application' version '8.5.2' apply false + id 'com.android.library' version '8.5.2' apply false id 'org.jetbrains.kotlin.android' version '1.9.0' apply false id 'com.google.protobuf' version '0.9.4' apply false id 'com.google.devtools.ksp' version '1.9.0-1.0.13' apply false diff --git a/dep/futopay b/dep/futopay index 354e6a4b..23e305d0 160000 --- a/dep/futopay +++ b/dep/futopay @@ -1 +1 @@ -Subproject commit 354e6a4b86b56e8503ce791083bb2dbd10074a51 +Subproject commit 23e305d003fa0f36c3b3ce2c548d5af56995022e diff --git a/dep/polycentricandroid b/dep/polycentricandroid index 0b9d90b8..3e931152 160000 --- a/dep/polycentricandroid +++ b/dep/polycentricandroid @@ -1 +1 @@ -Subproject commit 0b9d90b853ce416f32bf6c3f8870a45e79ed1d5f +Subproject commit 3e93115260bdda79235e3e4b82feadeaeae38794 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 743191c6..69924496 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Fri Nov 11 13:25:09 CET 2022 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME diff --git a/settings.gradle b/settings.gradle index 858e21cc..fae609e0 100644 --- a/settings.gradle +++ b/settings.gradle @@ -3,7 +3,6 @@ pluginManagement { gradlePluginPortal() google() mavenCentral() - jcenter() } } dependencyResolutionManagement { @@ -11,7 +10,6 @@ dependencyResolutionManagement { repositories { google() mavenCentral() - jcenter() maven { url 'https://jitpack.io' } } }