mirror of
https://github.com/tateisu/SubwayTooter
synced 2024-12-23 07:38:04 +01:00
kotlin 1.3.30, kotlinx-coroutines 1.2.0, firebase-messaging 17.6.0
This commit is contained in:
parent
a45c5805dc
commit
06fbd66e7a
@ -29,8 +29,8 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
testImplementation 'junit:junit:4.12'
|
||||
androidTestImplementation 'androidx.test:runner:1.1.0-alpha4'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0-alpha4'
|
||||
androidTestImplementation 'androidx.test:runner:1.2.0-alpha03'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0-alpha03'
|
||||
|
||||
api project(':apng')
|
||||
// 'api' に指定した依存関係はこのライブラリの利用者に公開されます
|
||||
|
@ -86,7 +86,7 @@ dependencies {
|
||||
|
||||
// https://firebase.google.com/support/release-notes/android
|
||||
implementation "com.google.firebase:firebase-core:16.0.8"
|
||||
implementation "com.google.firebase:firebase-messaging:17.5.0"
|
||||
implementation "com.google.firebase:firebase-messaging:17.6.0"
|
||||
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
||||
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
|
||||
|
@ -5,8 +5,8 @@ buildscript {
|
||||
ext.androidx_version= '1.0.0'
|
||||
ext.appcompat_version='1.0.2'
|
||||
|
||||
ext.kotlin_version = '1.3.21'
|
||||
ext.kotlinx_coroutines_version = '1.0.1'
|
||||
ext.kotlin_version = '1.3.30'
|
||||
ext.kotlinx_coroutines_version = '1.2.0'
|
||||
ext.anko_version='0.10.8'
|
||||
|
||||
repositories {
|
||||
|
@ -23,6 +23,9 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
packagingOptions {
|
||||
pickFirst("META-INF/atomicfu.kotlin_module")
|
||||
}
|
||||
}
|
||||
|
||||
kotlin {
|
||||
@ -38,8 +41,8 @@ dependencies {
|
||||
|
||||
implementation "androidx.appcompat:appcompat:$appcompat_version"
|
||||
testImplementation 'junit:junit:4.12'
|
||||
androidTestImplementation 'androidx.test:runner:1.1.2-alpha01'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.2-alpha01'
|
||||
androidTestImplementation 'androidx.test:runner:1.2.0-alpha03'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0-alpha03'
|
||||
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinx_coroutines_version"
|
||||
|
Loading…
Reference in New Issue
Block a user