Update android.gradle.plugin to v8.3.1 (#2471)
* 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>
This commit is contained in:
parent
1fbf0a2f57
commit
8a6020c5a6
3 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
@ -53,7 +53,7 @@ fun CommonExtension<*, *, *, *, *>.androidConfig(project: Project) {
|
|||
}
|
||||
}
|
||||
|
||||
fun CommonExtension<*, *, *, *, *>.composeConfig(libs: LibrariesForLibs) {
|
||||
fun CommonExtension<*, *, *, *, *, *>.composeConfig(libs: LibrariesForLibs) {
|
||||
|
||||
buildFeatures {
|
||||
compose = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue