Update Navigation and Crashlytics library versions.
This commit is contained in:
parent
d249f165d9
commit
19c50a0b6e
2 changed files with 2 additions and 2 deletions
|
@ -98,7 +98,7 @@ dependencies {
|
|||
//Firebase
|
||||
implementation 'com.google.firebase:firebase-core:16.0.7'
|
||||
implementation 'com.google.firebase:firebase-crash:16.2.1'
|
||||
implementation 'com.crashlytics.sdk.android:crashlytics:2.9.8'
|
||||
implementation 'com.crashlytics.sdk.android:crashlytics:2.9.9'
|
||||
// PDF and CSV generation
|
||||
implementation 'com.itextpdf:itextpdf:5.5.13'
|
||||
implementation 'com.opencsv:opencsv:3.7'
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
buildscript {
|
||||
ext.kotlin_version = '1.3.21'
|
||||
ext.nav_version = '1.0.0-beta01'
|
||||
ext.nav_version = '1.0.0-beta02'
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
|
|
Loading…
Reference in a new issue