mirror of
https://github.com/fumiama/copymanga.git
synced 2026-06-21 09:50:23 +08:00
Fix book load (#24)
* update gradle to 8.1.0 * fix book load use http headers of the latest official app version --------- Co-authored-by: linsui <linsui555@gmail.com>
This commit is contained in:
@@ -10,7 +10,7 @@ buildscript {
|
||||
maven { url "https://jitpack.io" }
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:7.2.1'
|
||||
classpath 'com.android.tools.build:gradle:8.1.0'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
|
||||
Reference in New Issue
Block a user