1
0
mirror of https://github.com/fumiama/copymanga.git synced 2026-06-16 06:20:27 +08:00
1. 修复详情页无下载按钮
2. 增加音量键翻页
3. 增加按钮拖动
This commit is contained in:
fumiama
2021-05-06 22:43:56 +08:00
parent 002321d281
commit e4b9fc8043
28 changed files with 343 additions and 91 deletions

View File

@@ -1,14 +1,14 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.4.21'
ext.kotlin_version = '1.5.0'
repositories {
google()
jcenter()
}
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