From 47ccbdd3c94c5085fa3fc980cea9eced5dc53314 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 18:05:15 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- _examples/android/AgeMobile/app/build.gradle | 2 +- _examples/android/AgeMobile/build.gradle | 4 ++-- go.mod | 2 +- 3 files changed, 4 insertions(+), 4 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..55f09cd 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.1' apply false + id 'com.android.library' version '8.7.1' apply false } task clean(type: Delete) { diff --git a/go.mod b/go.mod index 9665232..8d8358e 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/MarinX/agemobile -go 1.22.6 +go 1.23.2 require ( filippo.io/age v1.2.0