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

Rename library module from owncloud-android-library to lib

This commit is contained in:
davigonz
2018-12-17 13:41:34 +01:00
parent c9337dc251
commit 8c6a325e06
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(':owncloud-android-library')
implementation project(':lib')
}
android {