Merge pull request #4320 from element-hq/renovate/android.gradle.plugin
fix(deps): update android.gradle.plugin to v8.9.0
This commit is contained in:
commit
d968af0561
3 changed files with 3 additions and 2 deletions
|
|
@ -10,6 +10,7 @@
|
||||||
import com.android.build.api.variant.FilterConfiguration.FilterType.ABI
|
import com.android.build.api.variant.FilterConfiguration.FilterType.ABI
|
||||||
import com.android.build.gradle.internal.tasks.factory.dependsOn
|
import com.android.build.gradle.internal.tasks.factory.dependsOn
|
||||||
import com.android.build.gradle.tasks.GenerateBuildConfig
|
import com.android.build.gradle.tasks.GenerateBuildConfig
|
||||||
|
import com.google.firebase.appdistribution.gradle.firebaseAppDistribution
|
||||||
import config.BuildTimeConfig
|
import config.BuildTimeConfig
|
||||||
import extension.AssetCopyTask
|
import extension.AssetCopyTask
|
||||||
import extension.ComponentMergingStrategy
|
import extension.ComponentMergingStrategy
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ signing.element.nightly.keyPassword=Secret
|
||||||
|
|
||||||
# Customise the Lint version to use a more recent version than the one bundled with AGP
|
# 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
|
# https://googlesamples.github.io/android-custom-lint-rules/usage/newer-lint.md.html
|
||||||
android.experimental.lint.version=8.9.0-alpha08
|
android.experimental.lint.version=8.10.0-alpha08
|
||||||
|
|
||||||
# Enable test fixture for all modules by default
|
# Enable test fixture for all modules by default
|
||||||
android.experimental.enableTestFixtures=true
|
android.experimental.enableTestFixtures=true
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
# Project
|
# Project
|
||||||
android_gradle_plugin = "8.8.1"
|
android_gradle_plugin = "8.9.0"
|
||||||
kotlin = "2.1.10"
|
kotlin = "2.1.10"
|
||||||
kotlinpoet = "2.1.0"
|
kotlinpoet = "2.1.0"
|
||||||
ksp = "2.1.10-1.0.31"
|
ksp = "2.1.10-1.0.31"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue