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

Bump kotlin_version from 1.5.0 to 1.5.10
This commit is contained in:
Andy Scherzinger 2021-05-28 16:32:25 +02:00 committed by GitHub
commit 83caa4e72d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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