mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2024-11-23 05:46:09 +03:00
11c4e19e0c
* Refactor: refactor project structure * Chore: remove apply * Chore: update clash core * Fix: fix versionName & versionCode patch * Chore: update golang plugin * Fix: fix workflow build
13 lines
243 B
Plaintext
13 lines
243 B
Plaintext
plugins {
|
|
kotlin("android")
|
|
id("com.android.library")
|
|
}
|
|
|
|
dependencies {
|
|
compileOnly(project(":hideapi"))
|
|
|
|
implementation(kotlin("stdlib-jdk7"))
|
|
implementation(deps.kotlin.coroutine)
|
|
implementation(deps.androidx.core)
|
|
}
|