Skip to content

Commit 588e1a6

Browse files
authored
* Updating Instabug SDK Version to 10.5.1 (#383)
* Updating androidX libraries to 1.3.0 * Adding fragmentKtx dependency * Updating Compile & Target SDK Versions to API 30
1 parent 5593273 commit 588e1a6

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

app/build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ apply plugin: 'com.android.application'
33
apply plugin: 'instabug-apm'
44

55
android {
6-
compileSdkVersion 29
6+
compileSdkVersion 30
77

88
defaultConfig {
99
applicationId "com.example.instabug"
1010
minSdkVersion 15
11-
targetSdkVersion 28
11+
targetSdkVersion 30
1212
versionCode 1
1313
versionName "1.0"
1414
multiDexEnabled true
@@ -66,6 +66,8 @@ dependencies {
6666
}
6767
implementation("com.instabug.library:instabug-ndk-crash:$rootProject.ext.instabugSDK")
6868
implementation "petrov.kristiyan:colorpicker-library:$rootProject.ext.colorPicker"
69+
implementation "androidx.fragment:fragment-ktx:$rootProject.ext.fragmentKtx"
70+
6971
}
7072

7173

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ buildscript {
77
ext {
88
multidex = "2.0.1"
99
material = "1.0.0"
10-
androidXAppCompat = "1.1.0"
11-
instabugSDK = "10.5.0"
10+
androidXAppCompat = "1.3.0"
11+
instabugSDK = "10.5.1"
1212
colorPicker = "1.1.8"
13+
fragmentKtx = "1.3.4"
1314
}
1415
repositories {
1516
maven {

0 commit comments

Comments
 (0)