gradle-wrapper: 5.5

This commit is contained in:
Jirawat Karanwittayakarn 2019-07-01 17:13:57 +07:00
parent e6359104c4
commit 152ca2d962
3 changed files with 4 additions and 6 deletions

View File

@ -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'
}

View File

@ -21,5 +21,5 @@ task clean(type: Delete) {
}
ext {
compileAndTargetSdkVersion = 28
compileAndTargetSdkVersion = 29
}

View File

@ -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