mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 20:55:31 +03:00
Merge pull request #8991 from nextcloud/dependabot/gradle/kotlin_version-1.5.31
Bump kotlin_version from 1.4.32 to 1.5.31
This commit is contained in:
commit
87f7015ef7
1 changed files with 5 additions and 1 deletions
|
@ -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.4.32'
|
||||
ext.kotlin_version = '1.5.31'
|
||||
repositories {
|
||||
google()
|
||||
maven {
|
||||
|
@ -461,3 +461,7 @@ detekt {
|
|||
shot {
|
||||
showOnlyFailingTestsInReports = ciBuild
|
||||
}
|
||||
|
||||
jacoco {
|
||||
toolVersion = "0.8.7"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue