File tree Expand file tree Collapse file tree 5 files changed +6
-8
lines changed
Expand file tree Collapse file tree 5 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ def gitTagCount = Integer.parseInt('git rev-list --tags --no-walk --count'
99
1010android {
1111 compileSdkVersion rootProject. ext. compileSdkVersion
12- buildToolsVersion rootProject. ext. buildToolsVersion
1312
1413 defaultConfig {
1514 applicationId " org.xdty.callerinfo"
@@ -95,7 +94,7 @@ dependencies {
9594 implementation ' com.google.dagger:dagger:2.19'
9695 annotationProcessor ' com.google.dagger:dagger-compiler:2.19'
9796
98- implementation ' com.google.firebase:firebase-core:16.0.6 '
97+ implementation ' com.google.firebase:firebase-core:16.0.7 '
9998 implementation ' com.tencent.bugly:crashreport:2.6.6'
10099
101100 debugImplementation ' com.facebook.stetho:stetho:1.4.2'
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ buildscript {
66 google()
77 }
88 dependencies {
9- classpath ' com.android.tools.build:gradle:3.2 .1'
9+ classpath ' com.android.tools.build:gradle:3.3 .1'
1010 classpath ' com.neenbedankt.gradle.plugins:android-apt:1.8'
1111 classpath ' com.google.gms:google-services:4.2.0'
1212 // NOTE: Do not place your application dependencies here; they belong
1313 // in the individual module build.gradle files
14- classpath ' com.dicedmelon.gradle:jacoco-android:0.1.2 '
14+ classpath ' com.dicedmelon.gradle:jacoco-android:0.1.3 '
1515 }
1616}
1717
Original file line number Diff line number Diff line change 1- # Sun Dec 16 15:56:15 CST 2018
1+ # Fri Feb 22 20:57:29 CST 2019
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.6 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.1 -all.zip
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ apply plugin: 'com.android.application'
22
33android {
44 compileSdkVersion rootProject. ext. compileSdkVersion
5- buildToolsVersion rootProject. ext. buildToolsVersion
65
76 defaultConfig {
87 applicationId " org.xdty.callerinfo.plugin"
You can’t perform that action at this time.
0 commit comments