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