Эх сурвалжийг харах

bump library
add gson

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>

tobiasKaminsky 7 жил өмнө
parent
commit
de6e352ea1
1 өөрчлөгдсөн 5 нэмэгдсэн , 4 устгасан
  1. 5 4
      build.gradle

+ 5 - 4
build.gradle

@@ -192,7 +192,7 @@ android {
 }
 
 dependencies {
-    /// dependencies for app building
+    // dependencies for app building
     implementation 'com.android.support:multidex:1.0.2'
 //    implementation project('nextcloud-android-library')
     implementation 'com.github.nextcloud:android-library:1.0.34'
@@ -215,6 +215,7 @@ dependencies {
     implementation 'org.lukhnos:nnio:0.2'
 
     compile 'com.madgag.spongycastle:pkix:1.54.0.0'
+    compile 'com.google.code.gson:gson:2.8.2'
 
     // uncomment for gplay, modified
     // implementation "com.google.firebase:firebase-messaging:${googleLibraryVersion}"
@@ -227,10 +228,10 @@ dependencies {
     implementation 'com.caverock:androidsvg:1.2.1'
     implementation "com.android.support:support-annotations:${supportLibraryVersion}"
 
-    /// dependencies for local unit tests
+    // dependencies for local unit tests
     testImplementation 'junit:junit:4.12'
     testImplementation 'org.mockito:mockito-core:1.10.19'
-    /// dependencies for instrumented tests
+    // dependencies for instrumented tests
     // JUnit4 Rules
     androidTestImplementation 'com.android.support.test:rules:1.0.1'
     // Android JUnit Runner
@@ -253,7 +254,7 @@ configurations.all {
 }
 
 tasks.withType(Test) {
-    /// increased logging for tests
+    // increased logging for tests
     testLogging {
         events "passed", "skipped", "failed"
     }