Update dependencies

This commit is contained in:
Mygod
2019-08-27 23:21:05 +08:00
parent 12fb0471bd
commit b3aef373cc
3 changed files with 6 additions and 4 deletions

View File

@@ -95,7 +95,7 @@ dependencies {
implementation 'net.glxn.qrgen:android:2.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"
implementation 'org.jetbrains.kotlinx:kotlinx-collections-immutable:0.2'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.0-RC2'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.0'
for (dep in aux) {
freedomImplementation dep
googleImplementation dep