diff --git a/README.md b/README.md index 47247c8..50c09e5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # copymanga 拷贝漫画 拷贝漫画的第三方APP,优化阅读/下载体验 +近日官方取消了网页端,本项目已不再可用,因此被存档 # 说明 本应用基于官方的`HLML5`手机版本网页端,作者不对其中呈现的任何内容负责 # 功能 diff --git a/build.gradle b/build.gradle index c9fcacf..61be828 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:4.1.1' + classpath 'com.android.tools.build:gradle:4.1.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath 'com.tencent.mm:AndResGuard-gradle-plugin:1.2.20' diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index c0bf759..fc841ac 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-6.5-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.8-all.zip