File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ apply plugin: 'com.android.application'
3
3
apply plugin : ' instabug-apm'
4
4
5
5
android {
6
- compileSdkVersion 29
6
+ compileSdkVersion 30
7
7
8
8
defaultConfig {
9
9
applicationId " com.example.instabug"
10
10
minSdkVersion 15
11
- targetSdkVersion 28
11
+ targetSdkVersion 30
12
12
versionCode 1
13
13
versionName " 1.0"
14
14
multiDexEnabled true
@@ -66,6 +66,8 @@ dependencies {
66
66
}
67
67
implementation(" com.instabug.library:instabug-ndk-crash:$rootProject . ext . instabugSDK " )
68
68
implementation " petrov.kristiyan:colorpicker-library:$rootProject . ext . colorPicker "
69
+ implementation " androidx.fragment:fragment-ktx:$rootProject . ext . fragmentKtx "
70
+
69
71
}
70
72
71
73
Original file line number Diff line number Diff line change @@ -7,9 +7,10 @@ buildscript {
7
7
ext {
8
8
multidex = " 2.0.1"
9
9
material = " 1.0.0"
10
- androidXAppCompat = " 1.1 .0"
11
- instabugSDK = " 10.5.0 "
10
+ androidXAppCompat = " 1.3 .0"
11
+ instabugSDK = " 10.5.1 "
12
12
colorPicker = " 1.1.8"
13
+ fragmentKtx = " 1.3.4"
13
14
}
14
15
repositories {
15
16
maven {
You can’t perform that action at this time.
0 commit comments