Skip to content

Commit 20e9a2e

Browse files
committed
add SDK Ver 9.13.0
1 parent 4ce6c11 commit 20e9a2e

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

SampleApp/java/app/build.gradle

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.application'
22

33
ext {
4-
fluctSdkVersion = '9.12.3'
4+
fluctSdkVersion = '9.13.0'
55
}
66

77
android {
@@ -23,7 +23,7 @@ android {
2323
}
2424
}
2525
compileOptions {
26-
coreLibraryDesugaringEnabled true
26+
coreLibraryDesugaringEnabled false
2727
sourceCompatibility JavaVersion.VERSION_1_8
2828
targetCompatibility JavaVersion.VERSION_1_8
2929
}
@@ -45,9 +45,6 @@ repositories {
4545
dependencies {
4646
implementation 'androidx.multidex:multidex:2.0.1'
4747

48-
//noinspection GradleDependency
49-
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.6'
50-
5148
implementation 'androidx.core:core:1.5.0'
5249
implementation 'androidx.appcompat:appcompat:1.3.1'
5350

SampleApp/kotlin/app/build.gradle

+2-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
33
apply plugin: 'kotlin-android-extensions'
44

55
ext {
6-
fluctSdkVersion = '9.12.3'
6+
fluctSdkVersion = '9.13.0'
77
}
88

99
android {
@@ -26,7 +26,7 @@ android {
2626
}
2727
}
2828
compileOptions {
29-
coreLibraryDesugaringEnabled true
29+
coreLibraryDesugaringEnabled false
3030
sourceCompatibility JavaVersion.VERSION_1_8
3131
targetCompatibility JavaVersion.VERSION_1_8
3232
}
@@ -57,9 +57,6 @@ dependencies {
5757
implementation 'androidx.core:core-ktx:1.8.0'
5858
implementation 'androidx.appcompat:appcompat:1.5.0'
5959

60-
//noinspection GradleDependency
61-
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.6'
62-
6360
//noinspection GradleDependency
6461
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
6562
//noinspection GradleDependency

0 commit comments

Comments
 (0)