mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 05:05:31 +03:00
right lib dependency
This commit is contained in:
parent
e34f952a98
commit
8b525f7f8b
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ ext {
|
|||
repositories {
|
||||
mavenCentral()
|
||||
maven { url "https://jitpack.io" }
|
||||
|
||||
|
||||
flatDir {
|
||||
dirs 'libs'
|
||||
}
|
||||
|
@ -33,7 +33,7 @@ dependencies {
|
|||
/// dependencies for app building
|
||||
compile name: 'touch-image-view'
|
||||
|
||||
compile 'com.github.owncloud:android-library:-SNAPSHOT'
|
||||
compile 'com.github.nextcloud:android-library:-SNAPSHOT'
|
||||
compile "com.android.support:support-v4:${supportLibraryVersion}"
|
||||
compile "com.android.support:design:${supportLibraryVersion}"
|
||||
compile 'com.jakewharton:disklrucache:2.0.2'
|
||||
|
|
Loading…
Reference in a new issue