Update Kotlin and gradle plugin

This commit is contained in:
Ricki Hirner 2023-03-02 12:52:21 +01:00
parent 29a97c85ff
commit 6dd0af2d7a
No known key found for this signature in database
GPG key ID: 79A019FCAAEDD3AA
2 changed files with 6 additions and 6 deletions

View file

@ -119,7 +119,7 @@ dependencies {
implementation project(':ical4android')
implementation project(':vcard4android')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${versions.kotlin}"
implementation "org.jetbrains.kotlin:kotlin-stdlib:${versions.kotlin}"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4"
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.2'
@ -139,7 +139,7 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1'
implementation 'androidx.paging:paging-runtime-ktx:3.1.1'
implementation 'androidx.preference:preference-ktx:1.2.0'
implementation 'androidx.security:security-crypto:1.1.0-alpha04'
implementation 'androidx.security:security-crypto:1.1.0-alpha05'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'androidx.work:work-runtime-ktx:2.8.0'
implementation 'com.google.android.flexbox:flexbox:3.0.0'
@ -187,4 +187,4 @@ dependencies {
testImplementation "com.squareup.okhttp3:mockwebserver:${versions.okhttp}"
testImplementation 'junit:junit:4.13.2'
}
}

View file

@ -8,7 +8,7 @@ buildscript {
appIntro: '6.2.0',
dav4jvm: 'aac98bd76cf3034194c9ba6d2bf58212083a72a0',
hilt: '2.45',
kotlin: '1.7.21',
kotlin: '1.8.0',
okhttp: '4.10.0',
// latest Apache Commons versions that don't require Java 8 (Android 7)
commonsCollections: '4.2',
@ -25,7 +25,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:7.4.1'
classpath 'com.android.tools.build:gradle:7.4.2'
classpath "com.google.dagger:hilt-android-gradle-plugin:${versions.hilt}"
classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:${versions.aboutLibraries}"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"
@ -40,4 +40,4 @@ allprojects {
// AppIntro, dav4jvm
maven { url "https://jitpack.io" }
}
}
}