mirror of
https://github.com/imcarlost/Friendlists.git
synced 2026-04-09 18:38:36 -04:00
9 lines
212 B
Groovy
9 lines
212 B
Groovy
apply plugin: 'com.android.library'
|
|
apply from: '../core.gradle'
|
|
|
|
dependencies {
|
|
implementation project(':base')
|
|
testImplementation project(':testing')
|
|
androidTestImplementation project(':testing')
|
|
}
|