fix: repair AGP upgrade file corruption
All checks were successful
Android build / build (push) Successful in 9m9s
All checks were successful
Android build / build (push) Successful in 9m9s
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
ControlSocket /tmp/hermes-ssh/10f5d101ae8e6d0c.sock already exists, disabling multiplexing
|
plugins {
|
||||||
plugins {
|
id("com.android.application") version "8.10.0" 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
|
}
|
||||||
}
|
|
||||||
|
|||||||
11
gradle/wrapper/gradle-wrapper.properties
vendored
11
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,6 +1,5 @@
|
|||||||
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.11.1-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