Skip to content

Commit a861293

Browse files
committed
bump version
1 parent 35d3e57 commit a861293

File tree

5 files changed

+6
-8
lines changed

5 files changed

+6
-8
lines changed

app/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ def gitTagCount = Integer.parseInt('git rev-list --tags --no-walk --count'
99

1010
android {
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'

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sun Dec 16 15:56:15 CST 2018
1+
#Fri Feb 22 20:57:29 CST 2019
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=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

plugin/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion rootProject.ext.compileSdkVersion
5-
buildToolsVersion rootProject.ext.buildToolsVersion
65

76
defaultConfig {
87
applicationId "org.xdty.callerinfo.plugin"

standOut

Submodule standOut updated 1 file

0 commit comments

Comments
 (0)