2020-07-02 19:22:50 -07:00
|
|
|
plugins {
|
2022-03-15 11:24:54 -07:00
|
|
|
id 'java-library'
|
2020-07-02 19:22:50 -07:00
|
|
|
}
|
|
|
|
|
2020-07-12 20:51:54 -07:00
|
|
|
apply from: '../../android/dependencies.gradle'
|
|
|
|
|
2020-07-02 19:22:50 -07:00
|
|
|
dependencies {
|
2022-03-15 11:24:54 -07:00
|
|
|
api project(':autoupdate')
|
2021-04-30 12:01:57 -07:00
|
|
|
implementation libs.snakeyaml
|
2020-07-02 19:22:50 -07:00
|
|
|
}
|