mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2024-11-16 11:52:18 +08:00
899803739b
* Inline version strings * Optimize gradle * Remove kotlin-stdlib-jdk7 * Add jvmargs in gradle.properties * Revert "Inline version strings" This reverts commit ad2ab2bb * Revert asserts
12 lines
201 B
Plaintext
12 lines
201 B
Plaintext
plugins {
|
|
kotlin("android")
|
|
id("com.android.library")
|
|
}
|
|
|
|
dependencies {
|
|
compileOnly(project(":hideapi"))
|
|
|
|
implementation(deps.kotlin.coroutine)
|
|
implementation(deps.androidx.core)
|
|
}
|