Change dependencies

This commit is contained in:
Mylloon 2021-08-31 00:27:31 +02:00
parent 05ab95f5af
commit fa18e882a9

View file

@ -36,6 +36,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.5.30'
// implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.5.30'
implementation 'com.github.kittinunf.fuel:fuel:2.3.1'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1'
}