mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-17 11:59:39 +00:00
Fix versions of two build dependencies
This commit is contained in:
parent
5e35cc203f
commit
2793b65786
2 changed files with 2 additions and 2 deletions
|
@ -133,7 +133,7 @@ dependencies {
|
||||||
annotationProcessor "com.github.bumptech.glide:compiler:${glideVersion}"
|
annotationProcessor "com.github.bumptech.glide:compiler:${glideVersion}"
|
||||||
|
|
||||||
// Ridiculous fix for a bunch of "Duplicate class" build errors:
|
// 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 fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
implementation 'androidx.activity:activity:1.7.2'
|
implementation 'androidx.activity:activity:1.7.2'
|
||||||
|
|
|
@ -6,7 +6,7 @@ buildscript {
|
||||||
google()
|
google()
|
||||||
}
|
}
|
||||||
dependencies {
|
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.dagger:hilt-android-gradle-plugin:2.47'
|
||||||
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.9.4'
|
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.9.4'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue