File tree 2 files changed +4
-10
lines changed
2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
ext {
4
- fluctSdkVersion = ' 9.12.3 '
4
+ fluctSdkVersion = ' 9.13.0 '
5
5
}
6
6
7
7
android {
@@ -23,7 +23,7 @@ android {
23
23
}
24
24
}
25
25
compileOptions {
26
- coreLibraryDesugaringEnabled true
26
+ coreLibraryDesugaringEnabled false
27
27
sourceCompatibility JavaVersion . VERSION_1_8
28
28
targetCompatibility JavaVersion . VERSION_1_8
29
29
}
@@ -45,9 +45,6 @@ repositories {
45
45
dependencies {
46
46
implementation ' androidx.multidex:multidex:2.0.1'
47
47
48
- // noinspection GradleDependency
49
- coreLibraryDesugaring ' com.android.tools:desugar_jdk_libs:1.1.6'
50
-
51
48
implementation ' androidx.core:core:1.5.0'
52
49
implementation ' androidx.appcompat:appcompat:1.3.1'
53
50
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
3
3
apply plugin : ' kotlin-android-extensions'
4
4
5
5
ext {
6
- fluctSdkVersion = ' 9.12.3 '
6
+ fluctSdkVersion = ' 9.13.0 '
7
7
}
8
8
9
9
android {
@@ -26,7 +26,7 @@ android {
26
26
}
27
27
}
28
28
compileOptions {
29
- coreLibraryDesugaringEnabled true
29
+ coreLibraryDesugaringEnabled false
30
30
sourceCompatibility JavaVersion . VERSION_1_8
31
31
targetCompatibility JavaVersion . VERSION_1_8
32
32
}
@@ -57,9 +57,6 @@ dependencies {
57
57
implementation ' androidx.core:core-ktx:1.8.0'
58
58
implementation ' androidx.appcompat:appcompat:1.5.0'
59
59
60
- // noinspection GradleDependency
61
- coreLibraryDesugaring ' com.android.tools:desugar_jdk_libs:1.1.6'
62
-
63
60
// noinspection GradleDependency
64
61
implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
65
62
// noinspection GradleDependency
You can’t perform that action at this time.
0 commit comments