Change dependencies
This commit is contained in:
parent
05ab95f5af
commit
fa18e882a9
1 changed files with 2 additions and 1 deletions
|
@ -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'
|
||||
}
|
Reference in a new issue