File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
core-sdk-samples/higgs-shop-sample-app/app Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ plugins {
1212
1313android {
1414 namespace = " com.mparticle.example.higgsshopsampleapp"
15- compileSdk = 34
15+ compileSdk = 35
1616 defaultConfig {
1717 applicationId = " com.mparticle.example.higgsshopsampleapp"
1818 minSdk = 24
19- targetSdk = 34
19+ targetSdk = 35
2020 versionCode = buildVersionCode()
2121 versionName = " 0.14.1-SNAPSHOT"
2222 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
@@ -49,6 +49,7 @@ android {
4949 }
5050 }
5151 compileOptions {
52+ isCoreLibraryDesugaringEnabled = true
5253 sourceCompatibility = JavaVersion .VERSION_17
5354 targetCompatibility = JavaVersion .VERSION_17
5455 }
@@ -59,6 +60,7 @@ android {
5960}
6061
6162dependencies {
63+ coreLibraryDesugaring(libs.desugar.jdk.libs)
6264 // AndroidX BOM
6365 implementation(platform(libs.androidx.compose.bom))
6466 implementation(libs.androidx.compose.runtime.runtime)
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ runner = "1.4.0"
4242truth = " 1.4.0"
4343truthVersion = " 1.1.3"
4444uiTestJunit4 = " 1.3.0"
45+ desugarJdkLibs = " 2.1.5"
4546
4647[libraries ]
4748androidx-compose-bom = { module = " androidx.compose:compose-bom" , version.ref = " composeBom" }
@@ -92,6 +93,7 @@ org-jetbrains-kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlin
9293play-services-ads-identifier = { module = " com.google.android.gms:play-services-ads-identifier" , version.ref = " playServicesAdsIdentifier" }
9394squareup-logging-interceptor = { module = " com.squareup.okhttp3:logging-interceptor" }
9495truth = { module = " com.google.truth:truth" , version.ref = " truthVersion" }
96+ desugar-jdk-libs = { module = " com.android.tools:desugar_jdk_libs" , version.ref = " desugarJdkLibs" }
9597
9698[plugins ]
9799ksp = { id = " com.google.devtools.ksp" , version.ref = " ksp" }
You can’t perform that action at this time.
0 commit comments