This commit is contained in:
Andy Scherzinger 2016-06-07 01:52:02 +02:00
Родитель c6ecf8af45
Коммит 80ef28b288
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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'