From 85637c90cc19481419df75be2a3f70b60d00dddc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 09:18:53 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- _examples/android/AgeMobile/build.gradle | 4 ++-- .../AgeMobile/gradle/wrapper/gradle-wrapper.properties | 2 +- go.mod | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_examples/android/AgeMobile/build.gradle b/_examples/android/AgeMobile/build.gradle index 17bf638..540c87f 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.5.2' apply false - id 'com.android.library' version '8.5.2' apply false + id 'com.android.application' version '8.6.0' apply false + id 'com.android.library' version '8.6.0' 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 09523c0..0aaefbc 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.9-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/go.mod b/go.mod index 9665232..a46d45e 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/MarinX/agemobile -go 1.22.6 +go 1.23.1 require ( filippo.io/age v1.2.0