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'