1
0
Fork 1

update dependencies

This commit is contained in:
Arne 2023-09-22 01:14:12 +02:00
parent 0ee913c9e1
commit 64da10b517

View file

@ -7,6 +7,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:7.4.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10"
classpath "com.diffplug.spotless:spotless-plugin-gradle:6.14.0"
classpath 'com.novoda:bintray-release:0.8.0'
}
@ -30,8 +31,8 @@ allprojects {
repositories {
google()
mavenCentral()
jcenter()
maven { url "https://jitpack.io" }
jcenter()
}
configurations {
@ -78,7 +79,7 @@ dependencies {
implementation 'com.google.code.gson:gson:2.9.0'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.legacy:legacy-support-v13:1.0.0'
//implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.exifinterface:exifinterface:1.3.6'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.emoji2:emoji2:1.4.0'
@ -127,6 +128,7 @@ dependencies {
implementation 'com.tbuonomo:dotsindicator:4.2'
implementation 'me.xdrop:fuzzywuzzy:1.4.0'
implementation 'com.daimajia.swipelayout:library:1.2.0@aar'
implementation "androidx.core:core-ktx:1.12.0"
}
ext {