diff --git a/build.gradle b/build.gradle index 1196b599a..13594fd22 100644 --- a/build.gradle +++ b/build.gradle @@ -18,9 +18,9 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:7.3.1' + classpath 'com.android.tools.build:gradle:7.4.2' //realm 数据库插件 - classpath "io.realm:realm-gradle-plugin:5.3.0" + classpath "io.realm:realm-gradle-plugin:10.16.1" // android 资源混淆插件 classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath 'com.tencent.vasdolly:plugin:3.0.3' diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 24aaf831c..1d9e086cf 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip \ No newline at end of file +distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip \ No newline at end of file