This repository was archived by the owner on Mar 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
ext {
3
- orgJetbrainsKotlin = ' 1.7.20 '
3
+ orgJetbrainsKotlin = ' 1.8.10 '
4
4
comSquareupMoshi = ' 1.14.0'
5
5
}
6
6
@@ -11,7 +11,7 @@ buildscript {
11
11
}
12
12
dependencies {
13
13
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'
15
15
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$orgJetbrainsKotlin "
16
16
}
17
17
}
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
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
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apply plugin: 'kotlin-parcelize'
5
5
6
6
dependencies {
7
7
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 "
9
9
api ' com.gitlab.ownclouders:dav4android:oc_support_2.1.5'
10
10
api ' com.github.AppDevNext.Logcat:LogcatCore:2.2.2'
11
11
You can’t perform that action at this time.
0 commit comments