6.7.0 - Alpha6 - Gradle 构建脚本支持自动生成 VersionCodesList 类所需数据以降低脚本启动延迟
This commit is contained in:
@@ -70,6 +70,7 @@ junit = "4.13.2"
|
||||
junit-jupiter = "5.13.4"
|
||||
junit-quickcheck-core = "1.0"
|
||||
junit-quickcheck-generators = "1.0"
|
||||
kotlin-csv-jvm = "1.10.0"
|
||||
leakcanary = "2.14"
|
||||
licensesdialog = "2.2.0"
|
||||
material = "1.13.0"
|
||||
@@ -144,6 +145,8 @@ junit = { module = "junit:junit", version.ref = "junit" }
|
||||
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit-jupiter" }
|
||||
junit-quickcheck-core = { module = "com.pholser:junit-quickcheck-core", version.ref = "junit-quickcheck-core" }
|
||||
junit-quickcheck-generators = { module = "com.pholser:junit-quickcheck-generators", version.ref = "junit-quickcheck-generators" }
|
||||
kotlin-csv-jvm = { module = "com.github.doyaaaaaken:kotlin-csv-jvm", version.ref = "kotlin-csv-jvm" }
|
||||
ksp-version-codes-processor = { module = "logic:ksp-version-codes-processor" }
|
||||
leakcanary = { module = "com.squareup.leakcanary:leakcanary-android", version.ref = "leakcanary" }
|
||||
licensesdialog = { module = "de.psdev.licensesdialog:licensesdialog", version.ref = "licensesdialog" }
|
||||
log4j = { module = "log4j:log4j", version.ref = "log4j" }
|
||||
|
||||
Reference in New Issue
Block a user