There was an error while loading. Please reload this page.
1 parent e85b692 commit 5593273Copy full SHA for 5593273
app/build.gradle
@@ -64,6 +64,7 @@ dependencies {
64
// TODO uncomment next line if you're facing compilation issue in build.gradle about gms different versions
65
//exclude group: 'com.android.support'
66
}
67
+ implementation("com.instabug.library:instabug-ndk-crash:$rootProject.ext.instabugSDK")
68
implementation "petrov.kristiyan:colorpicker-library:$rootProject.ext.colorPicker"
69
70
build.gradle
@@ -8,7 +8,7 @@ buildscript {
8
multidex = "2.0.1"
9
material = "1.0.0"
10
androidXAppCompat = "1.1.0"
11
- instabugSDK = "10.4.3"
+ instabugSDK = "10.5.0"
12
colorPicker = "1.1.8"
13
14
repositories {
0 commit comments