Revision e7e0a94d
Added by Leszek Koltunski about 4 years ago
build.gradle | ||
---|---|---|
36 | 36 |
dependencies { |
37 | 37 |
implementation fileTree(dir: 'libs', include: ['*.jar']) |
38 | 38 |
implementation 'com.google.firebase:firebase-analytics:17.5.0' |
39 |
implementation 'com.google.firebase:firebase-crashlytics:17.2.1'
|
|
39 |
implementation 'com.google.firebase:firebase-crashlytics:17.2.2'
|
|
40 | 40 |
|
41 | 41 |
api project(':distorted-library') |
42 | 42 |
implementation 'androidx.appcompat:appcompat:1.2.0' |
Also available in: Unified diff
Simplify OpenGL error dialog. Show it only once.