mirror of
https://github.com/Xtao-Labs/FirebaseCloudMessaging-Android.git
synced 2025-01-30 23:18:56 +00:00
gradle-wrapper: 5.5
This commit is contained in:
parent
e6359104c4
commit
152ca2d962
@ -6,7 +6,7 @@ android {
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.example.fcm"
|
||||
minSdkVersion 28
|
||||
minSdkVersion compileAndTargetSdkVersion
|
||||
targetSdkVersion compileAndTargetSdkVersion
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
@ -36,9 +36,7 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation('androidx.appcompat:appcompat:1.0.0') {
|
||||
force = true
|
||||
}
|
||||
implementation 'androidx.appcompat:appcompat:1.0.2'
|
||||
implementation 'com.google.firebase:firebase-core:17.0.0'
|
||||
implementation 'com.google.firebase:firebase-messaging:19.0.1'
|
||||
}
|
||||
|
@ -21,5 +21,5 @@ task clean(type: Delete) {
|
||||
}
|
||||
|
||||
ext {
|
||||
compileAndTargetSdkVersion = 28
|
||||
compileAndTargetSdkVersion = 29
|
||||
}
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5-all.zip
|
||||
|
Loading…
Reference in New Issue
Block a user