mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
chore: update Kotlin Coroutines to 1.7.3
This commit is contained in:
parent
eae71f2548
commit
41dd0c131d
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue