Fix versions of two build dependencies

This commit is contained in:
Alexander Bakker 2023-08-31 23:33:14 +02:00
parent 5e35cc203f
commit 2793b65786
2 changed files with 2 additions and 2 deletions

View file

@ -133,7 +133,7 @@ dependencies {
annotationProcessor "com.github.bumptech.glide:compiler:${glideVersion}"
// Ridiculous fix for a bunch of "Duplicate class" build errors:
implementation (platform("org.jetbrains.kotlin:kotlin-bom:1.9.10"))
implementation (platform("org.jetbrains.kotlin:kotlin-bom:1.8.0"))
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.activity:activity:1.7.2'

View file

@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.0.2'
classpath 'com.android.tools.build:gradle:8.1.1'
classpath 'com.google.dagger:hilt-android-gradle-plugin:2.47'
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.9.4'