зеркало из https://github.com/nextcloud/android.git
fixed lib reference in gradle
This commit is contained in:
Родитель
c6ecf8af45
Коммит
80ef28b288
|
@ -31,7 +31,7 @@ repositories {
|
|||
dependencies {
|
||||
/// dependencies for app building
|
||||
compile name: 'touch-image-view'
|
||||
compile project(':owncloud-android-library')
|
||||
compile project(':nextcloud-android-library')
|
||||
compile "com.android.support:support-v4:${supportLibraryVersion}"
|
||||
compile "com.android.support:design:${supportLibraryVersion}"
|
||||
compile 'com.jakewharton:disklrucache:2.0.2'
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
include ':owncloud-android-library'
|
||||
include ':nextcloud-android-library'
|
||||
include ':'
|
||||
include ':oc_jb_workaround'
|
||||
|
|
Загрузка…
Ссылка в новой задаче