Browse Source

Merge pull request #8495 from nextcloud/dependabot/gradle/kotlin_version-1.5.10

Bump kotlin_version from 1.5.0 to 1.5.10
Andy Scherzinger 4 years ago
parent
commit
83caa4e72d
1 changed files with 1 additions and 2 deletions
  1. 1 2
      build.gradle

+ 1 - 2
build.gradle

@@ -9,7 +9,7 @@ import org.gradle.internal.jvm.Jvm
 // its root folder, another one for the app module in subfolder of root.
 
 buildscript {
-    ext.kotlin_version = '1.5.0'
+    ext.kotlin_version = '1.5.10'
     repositories {
         google()
         maven {
@@ -308,7 +308,6 @@ dependencies {
     }
     implementation 'com.caverock:androidsvg:1.4'
     implementation 'androidx.annotation:annotation:1.2.0'
-    implementation 'com.google.code.gson:gson:2.8.7'
     implementation 'com.vanniktech:emoji-google:0.7.0'
 
     implementation "com.github.cotechde.hwsecurity:hwsecurity-fido:$fidoVersion"