Update NDK and fcm sdk

This commit is contained in:
NekoInverter 2020-05-09 09:46:28 +08:00
parent 500baf942b
commit 312322e3e7
No known key found for this signature in database
GPG Key ID: 280D6CCCF95715F9
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ dependencies {
compileOnly 'org.checkerframework:checker-qual:2.5.2'
compileOnly 'org.checkerframework:checker-compat-qual:2.5.0'
implementation 'com.google.firebase:firebase-messaging:20.1.6'
implementation 'com.google.firebase:firebase-messaging:20.1.7'
implementation 'com.google.android.gms:play-services-maps:17.0.0'
implementation 'com.google.android.gms:play-services-auth:17.0.0'
implementation 'com.google.android.gms:play-services-vision:16.2.0'
@ -42,7 +42,7 @@ dependencies {
android {
compileSdkVersion 29
buildToolsVersion '29.0.3'
ndkVersion "21.0.6113669"
ndkVersion "21.1.6352462"
defaultConfig.applicationId = "tw.nekomimi.nekogram"