mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2025-04-01 21:06:16 +03:00
Chore: add hideapi to app module to avoid r8 class missing
This commit is contained in:
parent
a6f6da5bc5
commit
b7c56e58ae
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ plugins {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly(project(":hideapi"))
|
||||
|
||||
implementation(project(":core"))
|
||||
implementation(project(":service"))
|
||||
implementation(project(":design"))
|
||||
|
|
Loading…
Add table
Reference in a new issue