From 491f765b323f287ea2a8a4ac3af3bcd616216b62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 22:05:29 +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 33cd79d..9d5f696 100644 --- a/_examples/android/AgeMobile/app/build.gradle +++ b/_examples/android/AgeMobile/app/build.gradle @@ -31,7 +31,7 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'com.google.android.material:material:1.10.0' + implementation 'com.google.android.material:material:1.11.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' diff --git a/_examples/android/AgeMobile/build.gradle b/_examples/android/AgeMobile/build.gradle index c3ee496..6bd28ec 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.1.2' apply false - id 'com.android.library' version '8.1.2' apply false + id 'com.android.application' version '8.2.2' apply false + id 'com.android.library' version '8.2.2' 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 3fa8f86..a80b22c 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.4-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/go.mod b/go.mod index 04f0798..fd6a931 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/MarinX/agemobile -go 1.21 +go 1.22.0 require ( filippo.io/age v1.1.1