mirror of
https://github.com/gedoor/legado.git
synced 2025-01-07 03:06:58 +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
|
/app/gradle.properties
|
||||||
package-lock.json
|
package-lock.json
|
||||||
.idea/
|
.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-library = { id = "com.android.library", version.ref = "agp" }
|
||||||
android-test = { id = "com.android.test", 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-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
||||||
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
|
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
|
||||||
|
Loading…
Reference in New Issue
Block a user