diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index b52fb7e..df6a6ad 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500 diff --git a/libtestingexample/build.gradle b/libtestingexample/build.gradle index fc48f83..b7fad1a 100644 --- a/libtestingexample/build.gradle +++ b/libtestingexample/build.gradle @@ -34,7 +34,7 @@ android { dependencies { implementation "androidx.core:core-ktx:1.18.0" implementation "androidx.appcompat:appcompat:1.7.1" - implementation "com.google.android.material:material:1.13.0" + implementation "com.google.android.material:material:1.14.0" androidTestImplementation "androidx.test.ext:junit:1.3.0" androidTestImplementation "androidx.test:core-ktx:1.7.0" androidTestImplementation "androidx.test:rules:1.7.0"