Files
Friendlists/albumlist/build.gradle

8 lines
211 B
Groovy
Raw Normal View History

2020-02-03 15:22:17 -03:00
apply plugin: 'com.android.library'
apply from: '../core.gradle'
dependencies {
implementation project(':base')
2020-02-06 11:45:53 -03:00
testImplementation project(':testing')
androidTestImplementation project(':testing')
2020-02-03 15:22:17 -03:00
}