Skip to content

Commit

Permalink
Lib updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jensck committed Dec 14, 2020
1 parent 7774bf5 commit fab3883
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
9 changes: 6 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: "androidx.navigation.safeargs.kotlin"

apply plugin: 'com.google.firebase.crashlytics' /* uncomment for release builds */
//apply plugin: 'com.google.firebase.firebase-perf' /* uncomment for release builds */
//apply plugin: 'com.google.firebase.crashlytics' /* uncomment for release builds */


android {
Expand Down Expand Up @@ -80,7 +81,7 @@ dependencies {
implementation('com.github.bright:slf4android:0.1.6') {
transitive = true
}

api 'org.greenrobot:eventbus:3.0.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.1'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.1'
implementation "io.github.microutils:kotlin-logging:1.7.8"
Expand All @@ -91,9 +92,11 @@ dependencies {
implementation 'com.getbase:floatingactionbutton:1.10.1'

releaseImplementation 'com.google.firebase:firebase-analytics:17.6.0'
releaseImplementation 'com.google.firebase:firebase-perf:19.0.9'
releaseImplementation 'com.google.firebase:firebase-perf:19.0.2'
releaseImplementation 'com.google.firebase:firebase-crashlytics-ktx:17.2.2'

api 'com.squareup.okhttp:okhttp:2.7.5'

// Segment
//noinspection GradleDynamicVersion -- this is what the docs want (even if it's a bad idea)
// releaseImplementation 'com.segment.analytics.android:analytics:4.+'
Expand Down
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ buildscript {
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.3.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.1.0"
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.5'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath 'com.jakewharton:butterknife-gradle-plugin:10.2.1'
classpath 'com.google.firebase:perf-plugin:1.3.3'
}

}
Expand Down

0 comments on commit fab3883

Please sign in to comment.