diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 0c85a1f..d29f149 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,7 @@ +#Sun May 21 15:48:52 CST 2023 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/service/build.gradle.kts b/service/build.gradle.kts index 1848e8f..0ef04c4 100644 --- a/service/build.gradle.kts +++ b/service/build.gradle.kts @@ -40,8 +40,8 @@ android { dependencies { implementation(project(":interface")) - compileOnly("androidx.annotation:annotation:1.5.0") - coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.0") + compileOnly("androidx.annotation:annotation:1.6.0") + coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.3") } publishing {