Skip to content

Commit 5593273

Browse files
authored
Updating SDK Version to 10.5.0 + Adding NDK Dependency (#376)
1 parent e85b692 commit 5593273

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ dependencies {
6464
// TODO uncomment next line if you're facing compilation issue in build.gradle about gms different versions
6565
//exclude group: 'com.android.support'
6666
}
67+
implementation("com.instabug.library:instabug-ndk-crash:$rootProject.ext.instabugSDK")
6768
implementation "petrov.kristiyan:colorpicker-library:$rootProject.ext.colorPicker"
6869
}
6970

‎build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
multidex = "2.0.1"
99
material = "1.0.0"
1010
androidXAppCompat = "1.1.0"
11-
instabugSDK = "10.4.3"
11+
instabugSDK = "10.5.0"
1212
colorPicker = "1.1.8"
1313
}
1414
repositories {

0 commit comments

Comments
 (0)