mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2025-02-21 09:13:16 +03:00
Chore: add hideapi to app module to avoid r8 class missing
This commit is contained in:
parent
a6f6da5bc5
commit
b7c56e58ae
@ -5,6 +5,8 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
compileOnly(project(":hideapi"))
|
||||||
|
|
||||||
implementation(project(":core"))
|
implementation(project(":core"))
|
||||||
implementation(project(":service"))
|
implementation(project(":service"))
|
||||||
implementation(project(":design"))
|
implementation(project(":design"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user