create album module

This commit is contained in:
Carlos Martinez
2020-02-03 15:22:17 -03:00
parent 9c3d18f14a
commit 30cc7231a9
10 changed files with 75 additions and 2 deletions

6
albumlist/build.gradle Normal file
View File

@@ -0,0 +1,6 @@
apply plugin: 'com.android.library'
apply from: '../core.gradle'
dependencies {
implementation project(':base')
}