Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit d6f969b

Browse files
authored
Merge pull request #540 from owncloud/bump/kotlin_gradle
Bump kotlin version to 1.8.10
2 parents 7ee2c5e + 4200ed3 commit d6f969b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
orgJetbrainsKotlin = '1.7.20'
3+
orgJetbrainsKotlin = '1.8.10'
44
comSquareupMoshi = '1.14.0'
55
}
66

@@ -11,7 +11,7 @@ buildscript {
1111
}
1212
dependencies {
1313
classpath "org.jlleitschuh.gradle:ktlint-gradle:11.1.0"
14-
classpath 'com.android.tools.build:gradle:7.3.1'
14+
classpath 'com.android.tools.build:gradle:7.4.1'
1515
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$orgJetbrainsKotlin"
1616
}
1717
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

owncloudComLibrary/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'kotlin-parcelize'
55

66
dependencies {
77
api 'com.squareup.okhttp3:okhttp:4.6.0'
8-
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$orgJetbrainsKotlin"
8+
implementation "org.jetbrains.kotlin:kotlin-stdlib:$orgJetbrainsKotlin"
99
api 'com.gitlab.ownclouders:dav4android:oc_support_2.1.5'
1010
api 'com.github.AppDevNext.Logcat:LogcatCore:2.2.2'
1111

0 commit comments

Comments
 (0)