소스 검색

library 1.0.14

AndyScherzinger 8 년 전
부모
커밋
279f783d6d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      build.gradle

+ 2 - 2
build.gradle

@@ -58,7 +58,7 @@ android {
         javaMaxHeapSize "4g"
     }
 
-    compileSdkVersion 24
+    compileSdkVersion 25
     buildToolsVersion '25.0.0'
 
     defaultConfig {
@@ -174,7 +174,7 @@ dependencies {
     compile 'com.android.support:multidex:1.0.1'
 
 
-    compile 'com.github.nextcloud:android-library:-SNAPSHOT'
+    compile 'com.github.nextcloud:android-library:1.0.14'
     compile "com.android.support:support-v4:${supportLibraryVersion}"
     compile "com.android.support:design:${supportLibraryVersion}"
     compile 'com.jakewharton:disklrucache:2.0.2'