From d9ffc183078c079e58d0d58992102a22077e3ad3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 19:25:07 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- _examples/android/AgeMobile/app/build.gradle | 2 +- _examples/android/AgeMobile/build.gradle | 4 ++-- .../AgeMobile/gradle/wrapper/gradle-wrapper.properties | 2 +- go.mod | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_examples/android/AgeMobile/app/build.gradle b/_examples/android/AgeMobile/app/build.gradle index 20cbce1..ccaa102 100644 --- a/_examples/android/AgeMobile/app/build.gradle +++ b/_examples/android/AgeMobile/app/build.gradle @@ -32,7 +32,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'com.google.android.material:material:1.12.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.4' + implementation 'androidx.constraintlayout:constraintlayout:2.2.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' diff --git a/_examples/android/AgeMobile/build.gradle b/_examples/android/AgeMobile/build.gradle index 6f1743d..70517a6 100644 --- a/_examples/android/AgeMobile/build.gradle +++ b/_examples/android/AgeMobile/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.6.1' apply false - id 'com.android.library' version '8.6.1' apply false + id 'com.android.application' version '8.7.3' apply false + id 'com.android.library' version '8.7.3' apply false } task clean(type: Delete) { diff --git a/_examples/android/AgeMobile/gradle/wrapper/gradle-wrapper.properties b/_examples/android/AgeMobile/gradle/wrapper/gradle-wrapper.properties index df97d72..e2847c8 100644 --- a/_examples/android/AgeMobile/gradle/wrapper/gradle-wrapper.properties +++ b/_examples/android/AgeMobile/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/go.mod b/go.mod index 9665232..a29512e 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/MarinX/agemobile -go 1.22.6 +go 1.23.3 require ( filippo.io/age v1.2.0