1
0
mirror of https://github.com/tateisu/SubwayTooter synced 2025-02-04 20:57:59 +01:00

v3.4.6, firebase-core 16.0.8, firebase-messaging 17.5.0, androidx.annotation 1.0.2

This commit is contained in:
tateisu 2019-04-05 05:06:52 +09:00
parent 450912d7bd
commit 33bc34075b

View File

@ -13,8 +13,8 @@ android {
targetSdkVersion target_sdk_version
minSdkVersion min_sdk_version
versionCode 345
versionName "3.4.5"
versionCode 346
versionName "3.4.6"
applicationId "jp.juggler.subwaytooter"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@ -85,8 +85,8 @@ dependencies {
implementation "com.google.android.material:material:$androidx_version"
// https://firebase.google.com/support/release-notes/android
implementation "com.google.firebase:firebase-core:16.0.7"
implementation "com.google.firebase:firebase-messaging:17.4.0"
implementation "com.google.firebase:firebase-core:16.0.8"
implementation "com.google.firebase:firebase-messaging:17.5.0"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
@ -114,7 +114,7 @@ dependencies {
implementation 'com.github.bumptech.glide:okhttp3-integration:4.9.0'
implementation 'com.github.bumptech.glide:annotations:4.9.0'
// kotlin annotationProcessor kapt 使
kapt 'androidx.annotation:annotation:1.0.1'
kapt 'androidx.annotation:annotation:1.0.2'
kapt 'com.github.bumptech.glide:compiler:4.9.0'
implementation "org.conscrypt:conscrypt-android:1.3.0"