mirror of
https://github.com/gedoor/legado.git
synced 2025-01-05 10:17:15 +08:00
优化
This commit is contained in:
parent
23819c201e
commit
233a6f01b2
3
.gitignore
vendored
3
.gitignore
vendored
@ -14,4 +14,5 @@ node_modules/
|
||||
/app/gradle.properties
|
||||
package-lock.json
|
||||
.idea/
|
||||
|
||||
# Kotlin 2.0
|
||||
.kotlin/
|
||||
|
@ -165,7 +165,7 @@ android-application = { id = "com.android.application", version.ref = "agp" }
|
||||
android-library = { id = "com.android.library", version.ref = "agp" }
|
||||
android-test = { id = "com.android.test", version.ref = "agp" }
|
||||
|
||||
androidx-benchmark = { id = "androidx.benchmark", version = "1.2.3" }
|
||||
androidx-benchmark = { id = "androidx.benchmark", version = "1.3.0" }
|
||||
|
||||
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
||||
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
|
||||
|
Loading…
Reference in New Issue
Block a user