add my lib

This commit is contained in:
geeksville 2020-01-21 20:32:19 -08:00
parent 6d4e0e0184
commit 8bcd652802
3 changed files with 6 additions and 0 deletions

View file

@ -54,4 +54,6 @@ dependencies {
implementation 'androidx.ui:ui-tooling:0.1.0-dev02'
implementation 'androidx.ui:ui-layout:0.1.0-dev02'
implementation 'androidx.ui:ui-material:0.1.0-dev02'
implementation project(':geeksville-androidlib')
}