build: upgrade AGP for Android 16 support
Some checks failed
Android build / build (push) Has been cancelled
Some checks failed
Android build / build (push) Has been cancelled
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
|
ControlSocket /tmp/hermes-ssh/10f5d101ae8e6d0c.sock already exists, disabling multiplexing
|
||||||
plugins {
|
plugins {
|
||||||
id("com.android.application") version "8.7.2" apply false
|
id("com.android.application") version "8.10.0" apply false
|
||||||
id("org.jetbrains.kotlin.android") version "2.0.21" apply false
|
id("org.jetbrains.kotlin.android") version "2.0.21" apply false
|
||||||
// Required for Kotlin 2.0+ when Compose is enabled
|
// Required for Kotlin 2.0+ when Compose is enabled
|
||||||
id("org.jetbrains.kotlin.plugin.compose") version "2.0.21" apply false
|
id("org.jetbrains.kotlin.plugin.compose") version "2.0.21" apply false
|
||||||
|
|||||||
3
gradle/wrapper/gradle-wrapper.properties
vendored
3
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,5 +1,6 @@
|
|||||||
|
ControlSocket /tmp/hermes-ssh/10f5d101ae8e6d0c.sock already exists, disabling multiplexing
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
|||||||
Reference in New Issue
Block a user