1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-11 08:22:56 +00:00

Rename library module from lib to owncloudComLibrary

This commit is contained in:
davigonz
2018-12-19 16:58:08 +01:00
parent 8a8906154c
commit badc15b741
107 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'
dependencies {
implementation project(':lib')
implementation project(':owncloudComLibrary')
}
android {