Update buildtools and dependencies

This commit is contained in:
Jonas Lochmann 2023-12-11 01:00:00 +01:00
parent 2c14e64bad
commit cdaec34f80
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36
3 changed files with 18 additions and 18 deletions

View file

@ -15,9 +15,9 @@
*/
plugins {
id 'com.android.application' version '8.1.1' apply false
id 'com.android.library' version '8.1.1' apply false
id 'org.jetbrains.kotlin.android' version "1.8.20" apply false
id 'com.android.application' version '8.2.0' apply false
id 'com.android.library' version '8.2.0' apply false
id 'org.jetbrains.kotlin.android' version "1.9.0" apply false
id 'com.google.devtools.ksp' version '1.8.21-1.0.11' apply false
id 'androidx.navigation.safeargs' version '2.6.0' apply false
id 'com.squareup.wire' version '4.4.3' apply false