Skip to content

Commit

Permalink
Bump android-gradle-plugin from 8.7.3 to 8.8.0 (#853)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gaëtan Muller <[email protected]>
  • Loading branch information
dependabot[bot] and MGaetan89 authored Jan 20, 2025
1 parent 9138453 commit a3ee6d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class PillarboxAndroidApplicationPlugin : Plugin<Project> {

defaultConfig {
applicationId = namespace
resourceConfigurations += "en"
androidResources.localeFilters += "en"
targetSdk = AppConfig.targetSdk
versionCode = VersionConfig().versionCode()
versionName = VersionConfig().versionName()
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
android-gradle-plugin = "8.7.3"
android-gradle-plugin = "8.8.0"
androidx-activity = "1.9.3"
androidx-annotation = "1.9.1"
androidx-compose = "2024.12.01"
Expand Down

0 comments on commit a3ee6d9

Please sign in to comment.