mirror of
https://github.com/imcarlost/Friendlists.git
synced 2026-04-10 02:46:54 -04:00
create module and implement it
This commit is contained in:
6
photolist/build.gradle
Normal file
6
photolist/build.gradle
Normal file
@@ -0,0 +1,6 @@
|
||||
apply plugin: 'com.android.library'
|
||||
apply from: '../core.gradle'
|
||||
|
||||
dependencies {
|
||||
implementation project(':base')
|
||||
}
|
||||
Reference in New Issue
Block a user