mirror of
https://github.com/tateisu/SubwayTooter
synced 2024-12-23 07:38:04 +01:00
firebase-messaging:23.0.3. remove version spec in org.jetbrains.kotlin:kotlin-***
This commit is contained in:
parent
7ce7e8f787
commit
5209d5d096
@ -170,10 +170,10 @@ dependencies {
|
||||
kapt 'androidx.annotation:annotation:1.3.0'
|
||||
|
||||
// https://firebase.google.com/support/release-notes/android
|
||||
implementation "com.google.firebase:firebase-messaging:23.0.1"
|
||||
implementation "com.google.firebase:firebase-messaging:23.0.3"
|
||||
|
||||
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
|
||||
testImplementation "org.jetbrains.kotlin:kotlin-test:$kotlin_version"
|
||||
implementation "org.jetbrains.kotlin:kotlin-reflect"
|
||||
testImplementation "org.jetbrains.kotlin:kotlin-test"
|
||||
|
||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinx_coroutines_version"
|
||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-play-services:$kotlinx_coroutines_version"
|
||||
|
Loading…
Reference in New Issue
Block a user