Skip to content

Commit b73c419

Browse files
authored
Merge pull request #64 from AppDevNext/updates
Updates
2 parents 3e1657a + fbead6d commit b73c419

6 files changed

Lines changed: 10 additions & 4 deletions

File tree

LogcatCrashlyticLib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ dependencies {
2323
api project(':LogcatCoreLib')
2424
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
2525

26-
api 'com.google.firebase:firebase-analytics:17.4.3'
27-
api 'com.google.firebase:firebase-crashlytics:17.1.0'
26+
api 'com.google.firebase:firebase-analytics:17.4.4'
27+
api 'com.google.firebase:firebase-crashlytics:17.1.1'
2828
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
}
1010

1111
dependencies {
12-
classpath 'com.android.tools.build:gradle:4.0.0'
12+
classpath 'com.android.tools.build:gradle:4.0.1'
1313
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1414
classpath "org.jlleitschuh.gradle:ktlint-gradle:9.2.1"
1515

gradle/wrapper/gradle-wrapper.jar

215 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5.1-bin.zip
34
zipStoreBase=GRADLE_USER_HOME
45
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.4.1-all.zip

gradlew

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)