Skip to content

Commit

Permalink
Bump Android Gradle Plugin 8.2.2 -> 8.5.2 and Android Tools 31.2.2 ->…
Browse files Browse the repository at this point in the history
… 31.5.2
  • Loading branch information
wmontwe committed Aug 15, 2024
1 parent c1a8f3a commit bd9008f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build-plugin/src/main/kotlin/AndroidExtension.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import com.android.build.api.dsl.CommonExtension
import org.gradle.accessors.dm.LibrariesForLibs
import org.gradle.api.artifacts.dsl.DependencyHandler

internal fun CommonExtension<*, *, *, *, *>.configureSharedConfig() {
internal fun CommonExtension<*, *, *, *, *, *>.configureSharedConfig() {
compileSdk = ThunderbirdProjectConfig.androidSdkCompile

defaultConfig {
Expand Down Expand Up @@ -46,7 +46,7 @@ internal fun CommonExtension<*, *, *, *, *>.configureSharedConfig() {
}
}

internal fun CommonExtension<*, *, *, *, *>.configureSharedComposeConfig(libs: LibrariesForLibs) {
internal fun CommonExtension<*, *, *, *, *, *>.configureSharedComposeConfig(libs: LibrariesForLibs) {
buildFeatures {
compose = true
}
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
androidDesugar = "2.0.4"
androidMaterial = "1.12.0"
# AGP and tools should be updated together
androidGradlePlugin = "8.2.2"
androidTools = "31.2.2"
androidGradlePlugin = "8.5.2"
androidTools = "31.5.2"
androidxActivity = "1.8.2"
androidxAnnotation = "1.8.0"
androidxAppCompat = "1.6.1"
Expand Down

0 comments on commit bd9008f

Please sign in to comment.