1
0
mirror of https://github.com/fumiama/copymanga.git synced 2026-06-26 05:42:31 +08:00

2.0.beta2

1. 修复最多只能加载20话
2. 增加检查更新
This commit is contained in:
fumiama
2021-05-07 17:16:10 +08:00
parent 6f4dd9c34c
commit be810e1408
21 changed files with 480 additions and 63 deletions

View File

@@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.4.31'
ext.kotlin_version = '1.5.0'
repositories {
google()
jcenter()
@@ -8,9 +8,9 @@ buildscript {
maven { url 'https://maven.google.com' }
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.2'
classpath 'com.android.tools.build:gradle:4.2.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.tencent.mm:AndResGuard-gradle-plugin:1.2.20'
classpath 'com.tencent.mm:AndResGuard-gradle-plugin:1.2.21'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files