Skip to content

Commit

Permalink
Update android.gradle.plugin to v8.3.1 (#2471)
Browse files Browse the repository at this point in the history
* Update android.gradle.plugin to v8.3.1

* Fix AGP update

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
  • Loading branch information
renovate[bot] and jmartinesp committed Mar 21, 2024
1 parent 1fbf0a2 commit 8a6020c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ signing.element.nightly.keyPassword=Secret

# Customise the Lint version to use a more recent version than the one bundled with AGP
# https://googlesamples.github.io/android-custom-lint-rules/usage/newer-lint.md.html
android.experimental.lint.version=8.3.0-alpha12
android.experimental.lint.version=8.4.0-alpha13

# Enable test fixture for all modules by default
android.experimental.enableTestFixtures=true
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[versions]
# Project
android_gradle_plugin = "8.2.2"
android_gradle_plugin = "8.3.1"
kotlin = "1.9.23"
ksp = "1.9.23-1.0.19"
firebaseAppDistribution = "4.2.0"
Expand Down
4 changes: 2 additions & 2 deletions plugins/src/main/kotlin/extension/CommonExtension.kt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import org.gradle.api.JavaVersion
import org.gradle.api.Project
import java.io.File

fun CommonExtension<*, *, *, *, *>.androidConfig(project: Project) {
fun CommonExtension<*, *, *, *, *, *>.androidConfig(project: Project) {
defaultConfig {
compileSdk = Versions.compileSdk
minSdk = Versions.minSdk
Expand Down Expand Up @@ -53,7 +53,7 @@ fun CommonExtension<*, *, *, *, *>.androidConfig(project: Project) {
}
}

fun CommonExtension<*, *, *, *, *>.composeConfig(libs: LibrariesForLibs) {
fun CommonExtension<*, *, *, *, *, *>.composeConfig(libs: LibrariesForLibs) {

buildFeatures {
compose = true
Expand Down

0 comments on commit 8a6020c

Please sign in to comment.