mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-18 05:37:40 +00:00
fix(android/app): Remove deprecated Crashlytics SDK for build
This commit is contained in:
parent
4bb8863d1d
commit
61d636d082
3 changed files with 3 additions and 12 deletions
|
|
@ -120,12 +120,9 @@ dependencies {
|
|||
implementation 'androidx.appcompat:appcompat:1.3.0-alpha02'
|
||||
implementation 'com.google.android.material:material:1.0.0'
|
||||
api(name: 'keyman-engine', ext: 'aar')
|
||||
implementation "com.google.firebase:firebase-analytics:17.2.1"
|
||||
implementation "com.google.firebase:firebase-analytics:17.6.0"
|
||||
implementation "com.google.firebase:firebase-messaging:20.0.1"
|
||||
implementation "com.google.firebase:firebase-crash:16.2.1"
|
||||
implementation('com.crashlytics.sdk.android:crashlytics:2.10.1@aar') {
|
||||
transitive = true
|
||||
}
|
||||
implementation 'androidx.preference:preference:1.1.0'
|
||||
|
||||
// Add dependency for generating QR Codes
|
||||
|
|
|
|||
|
|
@ -76,11 +76,8 @@ dependencies {
|
|||
testImplementation 'org.robolectric:robolectric:4.3.1'
|
||||
|
||||
/* We only want these Firebase Crashlytics dependencies for KMEA */
|
||||
implementation 'com.google.firebase:firebase-analytics:17.2.1'
|
||||
implementation 'com.google.firebase:firebase-analytics:17.6.0'
|
||||
implementation 'com.google.firebase:firebase-crash:16.2.1'
|
||||
implementation('com.crashlytics.sdk.android:crashlytics:2.10.1@aar') {
|
||||
transitive = true
|
||||
}
|
||||
|
||||
// Generate QR Codes
|
||||
implementation ('com.github.kenglxn.QRGen:android:2.6.0') {
|
||||
|
|
|
|||
|
|
@ -165,12 +165,9 @@ dependencies {
|
|||
implementation 'androidx.appcompat:appcompat:1.1.1'
|
||||
implementation 'com.google.android.material:material:1.0.0'
|
||||
api (name:'keyman-engine', ext:'aar')
|
||||
implementation "com.google.firebase:firebase-analytics:17.2.1"
|
||||
implementation "com.google.firebase:firebase-analytics:17.6.0"
|
||||
implementation "com.google.firebase:firebase-messaging:20.0.1"
|
||||
implementation "com.google.firebase:firebase-crash:16.2.1"
|
||||
implementation('com.crashlytics.sdk.android:crashlytics:2.10.1@aar') {
|
||||
transitive = true
|
||||
}
|
||||
|
||||
// Include this if you want to have QR Codes displayed on Keyboard Info
|
||||
implementation ('com.github.kenglxn.QRGen:android:2.6.0') {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue