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.1
This commit is contained in:
parent
d38320ada6
commit
70f30b8f39
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ dependencies {
|
|||
googleImplementation 'com.suddenh4x.ratingdialog:awesome-app-rating:2.6.0'
|
||||
|
||||
// Coroutines
|
||||
def coroutines_version = '1.6.4'
|
||||
def coroutines_version = '1.7.1'
|
||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version"
|
||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue