build: fix redundant recipes

This commit is contained in:
Alexander Capehart 2023-06-20 22:17:08 -06:00
parent 0042f42ced
commit 8bcc86c972
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

@ -23,7 +23,7 @@ android {
versionName "3.1.2"
versionCode 32
minSdk 21
minSdk 24
targetSdk 34
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@ -80,7 +80,6 @@ dependencies {
def coroutines_version = '1.7.1'
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-guava:$coroutines_version"
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1'
// --- SUPPORT ---