fixing plugin launcher - dependencies were broken
This commit is contained in:
rusefillc 2022-07-14 01:53:45 -04:00
parent a26b161b29
commit 16ec91485a
1 changed files with 1 additions and 0 deletions

View File

@ -6,5 +6,6 @@ apply from: '../../android/dependencies.gradle'
dependencies {
api project(':autoupdate')
api project(':inifile')
implementation libs.snakeyaml
}