mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-02-08 06:42:52 -05:00
chore: update Kotlin Coroutines to 1.7.3
This commit is contained in:
@@ -208,7 +208,7 @@ dependencies {
|
||||
googleImplementation 'com.suddenh4x.ratingdialog:awesome-app-rating:2.6.0'
|
||||
|
||||
// Coroutines
|
||||
def coroutines_version = '1.7.2'
|
||||
def coroutines_version = '1.7.3'
|
||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version"
|
||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-guava:$coroutines_version"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user