0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-19 19:42:17 +02:00

build(deps): bump androidGradlePlugin from 8.6.0 to 8.6.1 (#17086)

This release broke lint if using `.toLong()` in a `@LongDef`

https://issuetracker.google.com/issues/367752734 has been raised
and `open = true` has been added temporarily on broken `@LongDef`
instances

----

Bumps `androidGradlePlugin` from 8.6.0 to 8.6.1.

Updates `com.android.application` from 8.6.0 to 8.6.1

Updates `com.android.library` from 8.6.0 to 8.6.1

---
updated-dependencies:
- dependency-name: com.android.application
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.android.library
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-09-18 19:46:34 +01:00 committed by GitHub
parent f56afa3e16
commit d49b426e6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 1 deletions

View File

@ -129,6 +129,7 @@ const val GET_ATTRIBUTIONS = -0x80000000 // API 31
@LongDef(
flag = true,
open = true, // HACK: AGP 8.6.1 broke .toLong(): https://issuetracker.google.com/issues/367752734
// prefix = ["GET_", "MATCH_"],
value = [
AndroidPackageManager.GET_ACTIVITIES.toLong(),

View File

@ -152,6 +152,7 @@ const val MATCH_DIRECT_BOOT_UNAWARE = 0x00040000
@LongDef(
flag = true,
open = true, // HACK: AGP 8.6.1 broke .toLong(): https://issuetracker.google.com/issues/367752734
// prefix = ["GET_", "MATCH_"],
value = [
GET_META_DATA.toLong(),

View File

@ -10,7 +10,7 @@ acra = '5.11.4'
#
# Old changelogs - See 'Table of Contents' in sidebar
# https://developer.android.com/build/releases/past-releases
androidGradlePlugin = "8.6.0"
androidGradlePlugin = "8.6.1"
# https://developer.android.com/jetpack/androidx/releases/activity
androidxActivity = "1.9.2"
# https://developer.android.com/jetpack/androidx/releases/annotation