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(':logging-api')
|
|
|
|
api project(':shared_io')
|
2020-07-02 19:22:50 -07:00
|
|
|
}
|