Skip to content

Commit

Permalink
Merge pull request #161 from phansier/dependabot/gradle/com.android.t…
Browse files Browse the repository at this point in the history
…ools.build-gradle-8.3.2

Bump com.android.tools.build:gradle from 8.2.2 to 8.3.2
  • Loading branch information
phansier committed Apr 26, 2024
2 parents 94706ea + 4233765 commit 4a8cd1d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
4 changes: 0 additions & 4 deletions cmp-app/build.gradle.kts
Expand Up @@ -23,17 +23,13 @@ android {
}
}
compileOptions {
isCoreLibraryDesugaringEnabled = true

targetCompatibility = JavaVersion.VERSION_17
sourceCompatibility = JavaVersion.VERSION_17
}
namespace = "ru.beryukhov.coffeegram"
}

dependencies {
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs_minimal:2.0.4")

implementation(projects.cmpCommon)

implementation(libs.core.coreKtx)
Expand Down
3 changes: 0 additions & 3 deletions cmp-common/build.gradle.kts
Expand Up @@ -84,8 +84,6 @@ android {
}

compileOptions {
isCoreLibraryDesugaringEnabled = true

sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
Expand All @@ -102,7 +100,6 @@ android {
}

dependencies {
coreLibraryDesugaring(libs.kotlinx.datetime)
}

compose.desktop {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Expand Up @@ -5,7 +5,7 @@ minSdk = "24"
wearMinSdk = "25"

kotlin = "2.0.0-RC1" # https://kotlinlang.org/docs/releases.html#release-details
agp = "8.2.2" # https://developer.android.com/studio/releases/gradle-plugin
agp = "8.3.2" # https://developer.android.com/studio/releases/gradle-plugin
realm = "1.15.0-SNAPSHOT" # https://github.com/realm/realm-kotlin

detekt = "1.23.6" # https://github.com/detekt/detekt
Expand Down

0 comments on commit 4a8cd1d

Please sign in to comment.