Skip to content

[dependabot]: Bump the gradle-plugin group across 19 directories with 2 updates - #10264

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/packages/camera/camera_android/android/gradle-plugin-19bda1af93
Closed

[dependabot]: Bump the gradle-plugin group across 19 directories with 2 updates#10264
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/packages/camera/camera_android/android/gradle-plugin-19bda1af93

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubOct 20, 2025

Copy link
Copy Markdown
Contributor

Bumps the gradle-plugin group with 1 update in the /packages/camera/camera_android/android directory: com.android.tools.build:gradle.
Bumps the gradle-plugin group with 2 updates in the /packages/camera/camera_android_camerax/android directory: com.android.tools.build:gradle and org.jetbrains.kotlin:kotlin-gradle-plugin.
Bumps the gradle-plugin group with 1 update in the /packages/espresso/android directory: com.android.tools.build:gradle.
Bumps the gradle-plugin group with 1 update in the /packages/file_selector/file_selector_android/android directory: com.android.tools.build:gradle.
Bumps the gradle-plugin group with 1 update in the /packages/flutter_plugin_android_lifecycle/android directory: com.android.tools.build:gradle.
Bumps the gradle-plugin group with 1 update in the /packages/google_maps_flutter/google_maps_flutter_android/android directory: com.android.tools.build:gradle.
Bumps the gradle-plugin group with 2 updates in the /packages/google_sign_in/google_sign_in_android/android directory: com.android.tools.build:gradle and org.jetbrains.kotlin:kotlin-gradle-plugin.
Bumps the gradle-plugin group with 1 update in the /packages/image_picker/image_picker_android/android directory: com.android.tools.build:gradle.
Bumps the gradle-plugin group with 1 update in the /packages/in_app_purchase/in_app_purchase_android/android directory: com.android.tools.build:gradle.
Bumps the gradle-plugin group with 2 updates in the /packages/interactive_media_ads/android directory: com.android.tools.build:gradle and org.jetbrains.kotlin:kotlin-gradle-plugin.
Bumps the gradle-plugin group with 1 update in the /packages/local_auth/local_auth_android/android directory: com.android.tools.build:gradle.
Bumps the gradle-plugin group with 1 update in the /packages/path_provider/path_provider_android/android directory: com.android.tools.build:gradle.
Bumps the gradle-plugin group with 1 update in the /packages/pigeon/platform_tests/alternate_language_test_plugin/android directory: com.android.tools.build:gradle.
Bumps the gradle-plugin group with 2 updates in the /packages/pigeon/platform_tests/test_plugin/android directory: com.android.tools.build:gradle and org.jetbrains.kotlin:kotlin-gradle-plugin.
Bumps the gradle-plugin group with 1 update in the /packages/quick_actions/quick_actions_android/android directory: com.android.tools.build:gradle.
Bumps the gradle-plugin group with 2 updates in the /packages/shared_preferences/shared_preferences_android/android directory: com.android.tools.build:gradle and org.jetbrains.kotlin:kotlin-gradle-plugin.
Bumps the gradle-plugin group with 1 update in the /packages/url_launcher/url_launcher_android/android directory: com.android.tools.build:gradle.
Bumps the gradle-plugin group with 2 updates in the /packages/video_player/video_player_android/android directory: com.android.tools.build:gradle and org.jetbrains.kotlin:kotlin-gradle-plugin.
Bumps the gradle-plugin group with 2 updates in the /packages/webview_flutter/webview_flutter_android/android directory: com.android.tools.build:gradle and org.jetbrains.kotlin:kotlin-gradle-plugin.

Updates com.android.tools.build:gradle from 8.12.1 to 8.13.0

Updates com.android.tools.build:gradle from 8.12.1 to 8.13.0

Updates com.android.tools.build:gradle from 8.12.1 to 8.13.0

Updates com.android.tools.build:gradle from 8.12.1 to 8.13.0

Updates com.android.tools.build:gradle from 8.12.1 to 8.13.0

Updates com.android.tools.build:gradle from 8.12.1 to 8.13.0

Updates com.android.tools.build:gradle from 8.12.1 to 8.13.0

Updates com.android.tools.build:gradle from 8.12.1 to 8.13.0

Updates com.android.tools.build:gradle from 8.12.1 to 8.13.0

Updates com.android.tools.build:gradle from 8.12.1 to 8.13.0

Updates com.android.tools.build:gradle from 8.12.1 to 8.13.0

Updates com.android.tools.build:gradle from 8.12.1 to 8.13.0

Updates com.android.tools.build:gradle from 8.12.1 to 8.13.0

Updates com.android.tools.build:gradle from 8.12.1 to 8.13.0

Updates com.android.tools.build:gradle from 8.12.1 to 8.13.0

Updates com.android.tools.build:gradle from 8.12.1 to 8.13.0

Updates com.android.tools.build:gradle from 8.12.1 to 8.13.0

Updates com.android.tools.build:gradle from 8.12.1 to 8.13.0

Updates com.android.tools.build:gradle from 8.12.1 to 8.13.0

Updates com.android.tools.build:gradle from 8.12.1 to 8.13.0

Updates com.android.tools.build:gradle from 8.12.1 to 8.13.0

Updates org.jetbrains.kotlin:kotlin-gradle-plugin from 2.2.10 to 2.2.20

Release notes

Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's releases.

Kotlin 2.2.20

Changelog

Analysis API

  • KT-78187 Synthetic properties not to be shown as callables
  • KT-72525 K2. red code and KIWA on new-lines in guarded when conditions (with parentheses)
  • KT-74246 KaVisibilityChecker.isVisible is inefficient with multiple calls on the same use-site

Analysis API. Code Compilation

  • KT-78382 K2 IR lowering error when interface extends interface
  • KT-73201 K2 IDE: Error while evaluating expressions with local classes
  • KT-78164 Evaluator: '@JvmName' annotations are not recognized in other modules
  • KT-76457 K2 IDE / KMP Debugger: KISEWA “Cannot compile a common source without a JVM counterpart” on evaluating inline fun from common module inside jvm
  • KT-73084 K2 evaluator cannot resolve local variables standing at the closing brace

Analysis API. FIR

Performance Improvements

  • KT-76490 Do not load ast during the contracts phase if no contracts present
  • KT-78132 Do not check FirElementBuilder#tryGetFirWithoutBodyResolve optimization for already resolved declarations

Fixes

  • KT-72227 SOE from recursive value class
  • KT-68977 K2 IDE: Reference to companion object through typealias in a function call does not work
  • KT-72357 Implement partial body resolution
  • KT-76932 Support context parameters on dangling modifier list
  • KT-72407 FirImplementationByDelegationWithDifferentGenericSignatureChecker: FirLazyExpression should be calculated before accessing
  • KT-77602 K2 / Analysis API: KAEWA “No fir element was found for KtParameter” on incorrect context()-call
  • KT-77629 K2: NPE: "org.jetbrains.kotlin.fir.java.declarations.FirJavaTypeParameter.performFirstRoundOfBoundsResolution"
  • KT-76855 Analysis API: KaType.asPsiType returns null for a local inner class in dependent analysis tests
  • KT-72718 ImplicitReceiverValue.createSnapshot creates invalid FIR if receiver is smart-casted
  • KT-76811 Analysis API: resolveToFirSymbol finds a FirPropertySymbol for a KtScript in dependent analysis
  • KT-73586 [Analysis API] Add lazyResolveToPhase(STATUS) before accessing modifiers of members
  • KT-71135 AA: exception from sealed inheritors checker when analyzeCopy
  • KT-75534 K2 AA: "Containing declaration should present for nested declaration class KtNamedFunction" with dangling annotation on top-level anonymous function
  • KT-75687 K2: local variable doesn't get to the do-while scope
  • KT-56543 LL FIR: rework lazy transformers so transformers modify only declarations they suppose to

Analysis API. Infrastructure

  • KT-76809 Analysis API: Dependent analysis tests frequently work with the original element instead of the copied element

Analysis API. Light Classes

  • KT-78835 Find usages of a light constructor from a class with an empty body finds usages of class as well
  • KT-78878 K2. Method shown as unavailable in Java when @JvmExposeBoxed is applied (redundantly) at both class and method level in Kotlin

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's changelog.

2.2.20

Analysis API

  • KT-78187 Synthetic properties not to be shown as callables
  • KT-72525 K2. red code and KIWA on new-lines in guarded when conditions (with parentheses)
  • KT-74246 KaVisibilityChecker.isVisible is inefficient with multiple calls on the same use-site

Analysis API. Code Compilation

  • KT-78382 K2 IR lowering error when interface extends interface
  • KT-73201 K2 IDE: Error while evaluating expressions with local classes
  • KT-78164 Evaluator: '@JvmName' annotations are not recognized in other modules
  • KT-76457 K2 IDE / KMP Debugger: KISEWA “Cannot compile a common source without a JVM counterpart” on evaluating inline fun from common module inside jvm
  • KT-73084 K2 evaluator cannot resolve local variables standing at the closing brace

Analysis API. FIR

Performance Improvements

  • KT-76490 Do not load ast during the contracts phase if no contracts present
  • KT-78132 Do not check FirElementBuilder#tryGetFirWithoutBodyResolve optimization for already resolved declarations

Fixes

  • KT-72227 SOE from recursive value class
  • KT-68977 K2 IDE: Reference to companion object through typealias in a function call does not work
  • KT-72357 Implement partial body resolution
  • KT-76932 Support context parameters on dangling modifier list
  • KT-72407 FirImplementationByDelegationWithDifferentGenericSignatureChecker: FirLazyExpression should be calculated before accessing
  • KT-77602 K2 / Analysis API: KAEWA “No fir element was found for KtParameter” on incorrect context()-call
  • KT-77629 K2: NPE: "org.jetbrains.kotlin.fir.java.declarations.FirJavaTypeParameter.performFirstRoundOfBoundsResolution"
  • KT-76855 Analysis API: KaType.asPsiType returns null for a local inner class in dependent analysis tests
  • KT-72718 ImplicitReceiverValue.createSnapshot creates invalid FIR if receiver is smart-casted
  • KT-76811 Analysis API: resolveToFirSymbol finds a FirPropertySymbol for a KtScript in dependent analysis
  • KT-73586 [Analysis API] Add lazyResolveToPhase(STATUS) before accessing modifiers of members
  • KT-71135 AA: exception from sealed inheritors checker when analyzeCopy
  • KT-75534 K2 AA: "Containing declaration should present for nested declaration class KtNamedFunction" with dangling annotation on top-level anonymous function
  • KT-75687 K2: local variable doesn't get to the do-while scope
  • KT-56543 LL FIR: rework lazy transformers so transformers modify only declarations they suppose to

Analysis API. Infrastructure

  • KT-76809 Analysis API: Dependent analysis tests frequently work with the original element instead of the copied element

Analysis API. Light Classes

  • KT-78835 Find usages of a light constructor from a class with an empty body finds usages of class as well
  • KT-78878 K2. Method shown as unavailable in Java when @JvmExposeBoxed is applied (redundantly) at both class and method level in Kotlin
  • KT-78065 Support "Expose boxed inline value classes" in Light Classes

... (truncated)

Commits
  • 693c44e Add ChangeLog for 2.2.20-RC2
  • 5b7c7af [Gradle] Fail the build if AGP has already configured Kotlin in the project
  • 1756c32 Add permissions for GRADLE_RO_DEP_CACHE to security policy
  • 05dcf52 [Native Macos] update llvm with fixes for xcode26 ^KT-79571 fixed
  • 0b2dd95 [Wasm] Do not backport devServer, because it is mutable collection
  • 6b0a1e4 [IR] Use sanitized names when calculating scopes for lambdas
  • 64daa7e [FIR2IR] Properly handle generics with nullable types in delegate body genera...
  • 9237f28 [Test] Reproduce KT-79816
  • e86b28e [Gradle] Add @​ExperimentalKotlinGradlePluginApi to exportKdoc
  • 0f5c8a7 Add ChangeLog for 2.2.20-RC
  • Additional commits viewable in compare view

Updates com.android.tools.build:gradle from 8.12.1 to 8.13.0

Updates com.android.tools.build:gradle from 8.12.1 to 8.13.0

Updates com.android.tools.build:gradle from 8.12.1 to 8.13.0

Updates com.android.tools.build:gradle from 8.12.1 to 8.13.0

Updates com.android.tools.build:gradle from 8.12.1 to 8.13.0

Updates org.jetbrains.kotlin:kotlin-gradle-plugin from 2.2.10 to 2.2.20

Release notes

Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's releases.

Kotlin 2.2.20

Changelog

Analysis API

  • KT-78187 Synthetic properties not to be shown as callables
  • KT-72525 K2. red code and KIWA on new-lines in guarded when conditions (with parentheses)
  • KT-74246 KaVisibilityChecker.isVisible is inefficient with multiple calls on the same use-site

Analysis API. Code Compilation

  • KT-78382 K2 IR lowering error when interface extends interface
  • KT-73201 K2 IDE: Error while evaluating expressions with local classes
  • KT-78164 Evaluator: '@JvmName' annotations are not recognized in other modules
  • KT-76457 K2 IDE / KMP Debugger: KISEWA “Cannot compile a common source without a JVM counterpart” on evaluating inline fun from common module inside jvm
  • KT-73084 K2 evaluator cannot resolve local variables standing at the closing brace

Analysis API. FIR

Performance Improvements

  • KT-76490 Do not load ast during the contracts phase if no contracts present
  • KT-78132 Do not check FirElementBuilder#tryGetFirWithoutBodyResolve optimization for already resolved declarations

Fixes

  • KT-72227 SOE from recursive value class
  • KT-68977 K2 IDE: Reference to companion object through typealias in a function call does not work
  • KT-72357 Implement partial body resolution
  • KT-76932 Support context parameters on dangling modifier list
  • KT-72407 FirImplementationByDelegationWithDifferentGenericSignatureChecker: FirLazyExpression should be calculated before accessing
  • KT-77602 K2 / Analysis API: KAEWA “No fir element was found for KtParameter” on incorrect context()-call
  • KT-77629 K2: NPE: "org.jetbrains.kotlin.fir.java.declarations.FirJavaTypeParameter.performFirstRoundOfBoundsResolution"
  • KT-76855 Analysis API: KaType.asPsiType returns null for a local inner class in dependent analysis tests
  • KT-72718 ImplicitReceiverValue.createSnapshot creates invalid FIR if receiver is smart-casted
  • KT-76811 Analysis API: resolveToFirSymbol finds a FirPropertySymbol for a KtScript in dependent analysis
  • KT-73586 [Analysis API] Add lazyResolveToPhase(STATUS) before accessing modifiers of members
  • KT-71135 AA: exception from sealed inheritors checker when analyzeCopy
  • KT-75534 K2 AA: "Containing declaration should present for nested declaration class KtNamedFunction" with dangling annotation on top-level anonymous function
  • KT-75687 K2: local variable doesn't get to the do-while scope
  • KT-56543 LL FIR: rework lazy transformers so transformers modify only declarations they suppose to

Analysis API. Infrastructure

  • KT-76809 Analysis API: Dependent analysis tests frequently work with the original element instead of the copied element

Analysis API. Light Classes

  • KT-78835 Find usages of a light constructor from a class with an empty body finds usages of class as well
  • KT-78878 K2. Method shown as unavailable in Java when @JvmExposeBoxed is applied (redundantly) at both class and method level in Kotlin

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's changelog.

2.2.20

Analysis API

  • KT-78187 Synthetic properties not to be shown as callables
  • KT-72525 K2. red code and KIWA on new-lines in guarded when conditions (with parentheses)
  • KT-74246 KaVisibilityChecker.isVisible is inefficient with multiple calls on the same use-site

Analysis API. Code Compilation

  • KT-78382 K2 IR lowering error when interface extends interface
  • KT-73201 K2 IDE: Error while evaluating expressions with local classes
  • KT-78164 Evaluator: '@JvmName' annotations are not recognized in other modules
  • KT-76457 K2 IDE / KMP Debugger: KISEWA “Cannot compile a common source without a JVM counterpart” on evaluating inline fun from common module inside jvm
  • KT-73084 K2 evaluator cannot resolve local variables standing at the closing brace

Analysis API. FIR

Performance Improvements

  • KT-76490 Do not load ast during the contracts phase if no contracts present
  • KT-78132 Do not check FirElementBuilder#tryGetFirWithoutBodyResolve optimization for already resolved declarations

Fixes

  • KT-72227 SOE from recursive value class
  • KT-68977 K2 IDE: Reference to companion object through typealias in a function call does not work
  • KT-72357 Implement partial body resolution
  • KT-76932 Support context parameters on dangling modifier list
  • KT-72407 FirImplementationByDelegationWithDifferentGenericSignatureChecker: FirLazyExpression should be calculated before accessing
  • KT-77602 K2 / Analysis API: KAEWA “No fir element was found for KtParameter” on incorrect context()-call
  • KT-77629 K2: NPE: "org.jetbrains.kotlin.fir.java.declarations.FirJavaTypeParameter.performFirstRoundOfBoundsResolution"
  • KT-76855 Analysis API: KaType.asPsiType returns null for a local inner class in dependent analysis tests
  • KT-72718 ImplicitReceiverValue.createSnapshot creates invalid FIR if receiver is smart-casted
  • KT-76811 Analysis API: resolveToFirSymbol finds a FirPropertySymbol for a KtScript in dependent analysis
  • KT-73586 [Analysis API] Add lazyResolveToPhase(STATUS) before accessing modifiers of members
  • KT-71135 AA: exception from sealed inheritors checker when analyzeCopy
  • KT-75534 K2 AA: "Containing declaration should present for nested declaration class KtNamedFunction" with dangling annotation on top-level anonymous function
  • KT-75687 K2: local variable doesn't get to the do-while scope
  • KT-56543 LL FIR: rework lazy transformers so transformers modify only declarations they suppose to

Analysis API. Infrastructure

  • KT-76809 Analysis API: Dependent analysis tests frequently work with the original element instead of the copied element

Analysis API. Light Classes

  • KT-78835 Find usages of a light constructor from a class with an empty body finds usages of class as well
  • KT-78878 K2. Method shown as unavailable in Java when @JvmExposeBoxed is applied (redundantly) at both class and method level in Kotlin
  • KT-78065 Support "Expose boxed inline value classes" in Light Classes

... (truncated)

Commits
  • 693c44e Add ChangeLog for 2.2.20-RC2
  • 5b7c7af [Gradle] Fail the build if AGP has already configured Kotlin in the project
  • 1756c32 Add permissions for GRADLE_RO_DEP_CACHE to security policy
  • 05dcf52 [Native Macos] update llvm with fixes for xcode26 ^KT-79571 fixed
  • 0b2dd95 [Wasm] Do not backport devServer, because it is mutable collection
  • 6b0a1e4 [IR] Use sanitized names when calculating scopes for lambdas
  • 64daa7e [FIR2IR] Properly handle generics with nullable types in delegate body genera...
  • 9237f28 [Test] Reproduce KT-79816
  • e86b28e [Gradle] Add @​ExperimentalKotlinGradlePluginApi to exportKdoc
  • 0f5c8a7 Add ChangeLog for 2.2.20-RC
  • Additional commits viewable in compare view

Updates com.android.tools.build:gradle from 8.12.1 to 8.13.0

Updates com.android.tools.build:gradle from 8.12.1 to 8.13.0

Updates com.android.tools.build:gradle from 8.12.1 to 8.13.0

Updates org.jetbrains.kotlin:kotlin-gradle-plugin from 2.2.10 to 2.2.20

Release notes

Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's releases.

Kotlin 2.2.20

Changelog

Analysis API

  • KT-78187 Synthetic properties not to be shown as callables
  • KT-72525 K2. red code and KIWA on new-lines in guarded when conditions (with parentheses)
  • KT-74246 KaVisibilityChecker.isVisible is inefficient with multiple calls on the same use-site

Analysis API. Code Compilation

  • KT-78382 K2 IR lowering error when interface extends interface
  • KT-73201 K2 IDE: Error while evaluating expressions with local classes
  • KT-78164 Evaluator: '@JvmName' annotations are not recognized in other modules
  • KT-76457 K2 IDE / KMP Debugger: KISEWA “Cannot compile a common source without a JVM counterpart” on evaluating inline fun from common module inside jvm
  • KT-73084 K2 evaluator cannot resolve local variables standing at the closing brace

Analysis API. FIR

Performance Improvements

  • KT-76490 Do not load ast during the contracts phase if no contracts present
  • KT-78132 Do not check FirElementBuilder#tryGetFirWithoutBodyResolve optimization for already resolved declarations

Fixes

  • KT-72227 SOE from recursive value class
  • KT-68977 K2 IDE: Reference to companion object through typealias in a function call does not work
  • KT-72357 Implement partial body resolution
  • KT-76932 Support context parameters on dangling modifier list
  • KT-72407 FirImplementationByDelegationWithDifferentGenericSignatureChecker: FirLazyExpression should be calculated before accessing
  • KT-77602 K2 / Analysis API: KAEWA “No fir element was found for KtParameter” on incorrect context()-call
  • KT-77629 K2: NPE: "org.jetbrains.kotlin.fir.java.declarations.FirJavaTypeParameter.performFirstRoundOfBoundsResolution"
  • KT-76855 Analysis API: KaType.asPsiType returns null for a local inner class in dependent analysis tests
  • KT-72718 ImplicitReceiverValue.createSnapshot creates invalid FIR if receiver is smart-casted
  • KT-76811 Analysis API: resolveToFirSymbol finds a FirPropertySymbol for a KtScript in dependent analysis
  • KT-73586 [Analysis API] Add lazyResolveToPhase(STATUS) before accessing modifiers of members
  • KT-71135 AA: exception from sealed inheritors checker when analyzeCopy
  • KT-75534 K2 AA: "Containing declaration should present for nested declaration class KtNamedFunction" with dangling annotation on top-level anonymous function
  • KT-75687 K2: local variable doesn't get to the do-while scope
  • KT-56543 LL FIR: rework lazy transformers so transformers modify only declarations they suppose to

Analysis API. Infrastructure

  • KT-76809 Analysis API: Dependent analysis tests frequently work with the original element instead of the copied element

Analysis API. Light Classes

  • KT-78835 Find usages of a light constructor from a class with an empty body finds usages of class as well
  • KT-78878 K2. Method shown as unavailable in Java when @JvmExposeBoxed is applied (redundantly) at both class and method level in Kotlin

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's changelog.

2.2.20

Analysis API

  • KT-78187 Synthetic properties not to be shown as callables
  • KT-72525 K2. red code and KIWA on new-lines in guarded when conditions (with parentheses)
  • KT-74246 KaVisibilityChecker.isVisible is inefficient with multiple calls on the same use-site

Analysis API. Code Compilation

  • KT-78382 K2 IR lowering error when interface extends interface
  • KT-73201 K2 IDE: Error while evaluating expressions with local classes
  • KT-78164 Evaluator: '@JvmName' annotations are not recognized in other modules
  • KT-76457 K2 IDE / KMP Debugger: KISEWA “Cannot compile a common source without a JVM counterpart” on evaluating inline fun from common module inside jvm
  • KT-73084 K2 evaluator cannot resolve local variables standing at the closing brace

Analysis API. FIR

Performance Improvements

  • KT-76490 Do not load ast during the contracts phase if no contracts present
  • KT-78132 Do not check FirElementBuilder#tryGetFirWithoutBodyResolve optimization for already resolved declarations

Fixes

  • KT-72227 SOE from recursive value class
  • KT-68977 K2 IDE: Reference to companion object through typealias in a function call does not work
  • KT-72357 Implement partial body resolution
  • KT-76932 Support context parameters on dangling modifier list
  • KT-72407 FirImplementationByDelegationWithDifferentGenericSignatureChecker: FirLazyExpression should be calculated before accessing
  • KT-77602 K2 / Analysis API: KAEWA “No fir element was found for KtParameter” on incorrect context()-call
  • KT-77629 K2: NPE: "org.jetbrains.kotlin.fir.java.declarations.FirJavaTypeParameter.performFirstRoundOfBoundsResolution"
  • KT-76855 Analysis API: KaType.asPsiType returns null for a local inner class in dependent analysis tests
  • KT-72718 ImplicitReceiverValue.createSnapshot creates invalid FIR if receiver is smart-casted
  • KT-76811 Analysis API: resolveToFirSymbol finds a FirPropertySymbol for a KtScript in dependent analysis
  • KT-73586 [Analysis API] Add lazyResolveToPhase(STATUS) before accessing modifiers of members
  • KT-71135 AA: exception from sealed inheritors checker when analyzeCopy
  • KT-75534 K2 AA: "Containing declaration should present for nested declaration class KtNamedFunction" with dangling annotation on top-level anonymous function
  • KT-75687 K2: local variable doesn't get to the do-while scope
  • KT-56543 LL FIR: rework lazy transformers so transformers modify only declarations they suppose to

Analysis API. Infrastructure

  • KT-76809 Analysis API: Dependent analysis tests frequently work with the original element instead of the copied element

Analysis API. Light Classes

  • KT-78835 Find usages of a light constructor from a class with an empty body finds usages of class as well
  • KT-78878 K2. Method shown as unavailable in Java when @JvmExposeBoxed is applied (redundantly) at both class and method level in Kotlin
  • KT-78065 Support "Expose boxed inline value classes" in Light Classes

... (truncated)

Commits
  • 693c44e Add ChangeLog for 2.2.20-RC2
  • 5b7c7af [Gradle] Fail the build if AGP has already configured Kotlin in the project
  • 1756c32 Add permissions for GRADLE_RO_DEP_CACHE to security policy
  • 05dcf52 [Native Macos] update llvm with fixes for xcode26 ^KT-79571 fixed
  • 0b2dd95 [Wasm] Do not backport devServer, because it is mutable collection
  • 6b0a1e4 [IR] Use sanitized names when calculating scopes for lambdas
  • 64daa7e [FIR2IR] Properly handle generics with nullable types in delegate body genera...
  • 9237f28 [Test] Reproduce KT-79816
  • e86b28e [Gradle] Add @​ExperimentalKotlinGradlePluginApi to exportKdoc
  • 0f5c8a7 Add ChangeLog for 2.2.20-RC
  • Additional commits viewable in compare view

Updates com.android.tools.build:gradle from 8.12.1 to 8.13.0

Updates com.android.tools.build:gradle from 8.12.1 to 8.13.0

Updates com.android.tools.build:gradle from 8.12.1 to 8.13.0

Updates com.android.tools.build:gradle from 8.12.1 to 8.13.0

Updates org.jetbrains.kotlin:kotlin-gradle-plugin from 2.2.10 to 2.2.20

Release notes

Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's releases.

Kotlin 2.2.20

Changelog

Analysis API

  • KT-78187 Synthetic properties not to be shown as callables
  • KT-72525 K2. red code and KIWA on new-lines in guarded when conditions (with parentheses)
  • KT-74246 KaVisibilityChecker.isVisible is inefficient with multiple calls on the same use-site

Analysis API. Code Compilation

  • KT-78382 K2 IR lowering error when interface extends interface
  • KT-73201 K2 IDE: Error while evaluating expressions with local classes
  • KT-78164 Evaluator: '@JvmName' annotations are not recognized in other modules
  • KT-76457 K2 IDE / KMP Debugger: KISEWA “Cannot compile a common source without a JVM counterpart” on evaluating inline fun from common module inside jvm
  • KT-73084 K2 evaluator cannot resolve local variables standing at the closing brace

Analysis API. FIR

Performance Improvements

  • KT-76490 Do not load ast during the contracts phase if no contracts present
  • KT-78132 Do not check FirElementBuilder#tryGetFirWithoutBodyResolve optimization for already resolved declarations

Fixes

  • KT-72227 SOE from recursive value class
  • KT-68977 K2 IDE: Reference to companion object through typealias in a function call does not work
  • KT-72357 Implement partial body resolution
  • KT-76932 Support context parameters on dangling modifier list
  • KT-72407 FirImplementationByDelegationWithDifferentGenericSignatureChecker: FirLazyExpression should be calculated before accessing
  • KT-77602 K2 / Analysis API: KAEWA “No fir element was found for KtParameter” on incorrect context()-call
  • KT-77629 K2: NPE: "org.jetbrains.kotlin.fir.java.declarations.FirJavaTypeParameter.performFirstRoundOfBoundsResolution"
  • KT-76855 Analysis API: KaType.asPsiType returns null for a local inner class in dependent analysis tests
  • KT-72718 ImplicitReceiverValue.createSnapshot creates invalid FIR if receiver is smart-casted
  • KT-76811 Analysis API: resolveToFirSymbol finds a FirPropertySymbol for a KtScript in dependent analysis
  • KT-73586 [Analysis API] Add lazyResolveToPhase(STATUS) before accessing modifiers of members
  • KT-71135 AA: exception from sealed inheritors checker when analyzeCopy
  • KT-75534 K2 AA: "Containing declaration should present for nested declaration class KtNamedFunction" with dangling annotation on top-level anonymous function
  • KT-75687 K2: local variable doesn't get to the do-while scope
  • KT-56543 LL FIR: rework lazy transformers so transformers modify only declarations they suppose to

Analysis API. Infrastructure

  • KT-76809 Analysis API: Dependent analysis tests frequently work with the original element instead of the copied element

Analysis API. Light Classes

  • KT-78835 Find usages of a light constructor from a class with an empty body finds usages of class as well
  • KT-78878 K2. Method shown as unavailable in Java when @JvmExposeBoxed is applied (redundantly) at both class and method level in Kotlin

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's changelog.

2.2.20

Analysis API

  • KT-78187 Synthetic properties not to be shown as callables
  • KT-72525 K2. red code and KIWA on new-lines in guarded when conditions (with parentheses)
  • KT-74246 KaVisibilityChecker.isVisible is inefficient with multiple calls on the same use-site

Analysis API. Code Compilation

  • KT-78382 K2 IR lowering error when interface extends interface
  • KT-73201 K2 IDE: Error while evaluating expressions with local classes
  • KT-78164 Evaluator: '@JvmName' annotations are not recognized in other modules
  • KT-76457 K2 IDE / KMP Debugger: KISEWA “Cannot compile a common source without a JVM counterpart” on evaluating inline fun from common module inside jvm
  • KT-73084 K2 evaluator cannot resolve local variables standing at the closing brace

Analysis API. FIR

Performance Improvements

  • KT-76490 Do not load ast during the contracts phase if no contracts present
  • KT-78132 Do not check FirElementBuilder#tryGetFirWithoutBodyResolve optimization for already resolved declarations

Fixes

  • KT-72227 SOE from recursive value class
  • KT-68977 K2 IDE: Reference to companion object through typealias in a function call does not work
  • KT-72357 Implement partial body resolution
  • KT-76932 Support context parameters on dangling modifier list
  • KT-72407 FirImplementationByDelegationWithDifferentGenericSignatureChecker: FirLazyExpression should be calculated before accessing
  • KT-77602 K2 / Analysis API: KAEWA “No fir element was found for KtParameter” on incorrect context()-call
  • KT-77629 K2: NPE: "org.jetbrains.kotlin.fir.java.declarations.FirJavaTypeParameter.performFirstRoundOfBoundsResolution"
  • KT-76855 Analysis API: KaType.asPsiType returns null for a local inner class in dependent analysis tests
  • KT-72718 ImplicitReceiverValue.createSnapshot creates invalid FIR if receiver is smart-casted
  • KT-76811 Analysis API: resolveToFirSymbol finds a FirPropertySymbol for a KtScript in dependent analysis
  • KT-73586 [Analysis API] Add lazyResolveToPhase(STATUS) before accessing modifiers of members
  • KT-71135 AA: exception from sealed inheritors checker when analyzeCopy
  • KT-75534 K2 AA: "Containing declaration should present for nested declaration class KtNamedFunction" with dangling annotation on top-level anonymous function
  • KT-75687 K2: local variable doesn't get to the do-while scope
  • KT-56543 LL FIR: rework lazy transformers so transformers modify only declarations they suppose to

Analysis API. Infrastructure

  • KT-76809 Analysis API: Dependent analysis tests frequently work with the original element instead of the copied element

Analysis API. Light Classes

  • KT-78835 Find usages of a light constructor from a class with an empty body finds usages of class as well
  • KT-78878 K2. Method shown as unavailable in Java when @JvmExposeBoxed is applied (redundantly) at both class and method level in Kotlin
  • KT-78065 Support "Expose boxed inline value classes" in Light Classes

... (truncated)

Commits
  • 693c44e Add ChangeLog for 2.2.20-RC2
  • 5b7c7af [Gradle] Fail the build if AGP has already configured Kotlin in the project
  • 1756c32 Add permissions for GRADLE_RO_DEP_CACHE to security policy
  • 05dcf52 [Native Macos] update llvm with fixes for xcode26 ^KT-79571 fixed
  • 0b2dd95 [Wasm] Do not backport devServer, because it is mutable collection
  • 6b0a1e4 [IR] Use sanitized names when calculating scopes for lambdas
  • 64daa7e [FIR2IR] Properly handle generics with nullable types in delegate body genera...
  • 9237f28 [Test] Reproduce KT-79816
  • e86b28e [Gradle] Add @​ExperimentalKotlinGradlePluginApi to exportKdoc
  • 0f5c8a7 Add ChangeLog for 2.2.20-RC
  • Additional commits viewable in compare view

Updates com.android.tools.build:gradle from 8.12.1 to 8.13.0

Updates com.android.tools.build:gradle from 8.12.1 to 8.13.0

Updates org.jetbrains.kotlin:kotlin-gradle-plugin from 2.2.10 to 2.2.20

Release notes

Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's releases.

Kotlin 2.2.20

Changelog

Analysis API

  • KT-78187 Synthetic properties not to be shown as callables
  • KT-72525 K2. red code and KIWA on new-lines in guarded when conditions (with parentheses)
  • KT-74246 KaVisibilityChecker.isVisible is inefficient with multiple calls on the same use-site

Analysis API. Code Compilation

  • KT-78382 K2 IR lowering error when interface extends interface
  • KT-73201 K2 IDE: Error while evaluating expressions with local classes
  • KT-78164 Evaluator: '@JvmName' annotations are not recognized in other modules
  • KT-76457 K2 IDE / KMP Debugger: KISEWA “Cannot compile a common source without a JVM counterpart” on evaluating inline fun from common module inside jvm
  • KT-73084 K2 evaluator cannot resolve local variables standing at the closing brace

Analysis API. FIR

Performance Improvements

  • KT-76490 Do not load ast during the contracts phase if no contracts present
  • KT-78132 Do not check FirElementBuilder#tryGetFirWithoutBodyResolve optimization for already resolved declarations

Fixes

  • KT-72227 SOE from recursive value class
  • KT-68977 K2 IDE: Reference to companion object through typealias in a function call does not work
  • KT-72357 Implement partial body resolution
  • KT-76932 Support context parameters on dangling modifier list
  • KT-72407 FirImplementationByDelegationWithDifferentGenericSignatureChecker: FirLazyExpression should be calculated before accessing
  • KT-77602 K2 / Analysis API: KAEWA “No fir element was found for KtParameter” on incorrect context()-call
  • KT-77629 K2: NPE: "org.jetbrains.kotlin.fir.java.declarations.FirJavaTypeParameter.performFirstRoundOfBoundsResolution"
  • KT-76855 Analysis API: KaType.asPsiType returns null for a local inner class in dependent analysis tests
  • KT-72718 ImplicitReceiverValue.createSnapshot creates invalid FIR if receiver is smart-casted
  • KT-76811 Analysis API: resolveToFirSymbol finds a FirPropertySymbol for a KtScript in dependent analysis
  • KT-73586 [Analysis API] Add lazyResolveToPhase(STATUS) before accessing modifiers of members
  • KT-71135 AA: exception from sealed inheritors checker when analyzeCopy
  • KT-75534 K2 AA: "Containing declaration should present for nested declaration class KtNamedFunction" with dangling annotation on top-level anonymous function
  • KT-75687 K2: local variable doesn't get to the do-while scope
  • KT-56543 LL FIR: rework lazy transformers so transformers modify only declarations they suppose to

Analysis API. Infrastructure

  • KT-76809 Analysis API: Dependent analysis tests frequently work with the original element instead of the copied element

Analysis API. Light Classes

@auto-submitauto-submitBot removed the autosubmit Merge PR when tree becomes green via auto submit App label Oct 20, 2025
@auto-submit

Copy link
Copy Markdown
Contributor

autosubmit label was removed for flutter/packages/10264, because - The status or check suite Linux repo_checks has failed. Please fix the issues identified (or deflake) before re-applying this label.

@dependabot
dependabotBotforce-pushed the dependabot/gradle/packages/camera/camera_android/android/gradle-plugin-19bda1af93 branch 2 times, most recently from 98a6899 to 03825d7CompareNovember 3, 2025 09:23
@dependabot
dependabotBotforce-pushed the dependabot/gradle/packages/camera/camera_android/android/gradle-plugin-19bda1af93 branch from 03825d7 to 2736bf9CompareNovember 10, 2025 09:19
… 2 updates
Bumps the gradle-plugin group with 1 update in the /packages/camera/camera_android/android directory: com.android.tools.build:gradle.
Bumps the gradle-plugin group with 2 updates in the /packages/camera/camera_android_camerax/android directory: com.android.tools.build:gradle and [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin).
Bumps the gradle-plugin group with 1 update in the /packages/espresso/android directory: com.android.tools.build:gradle.
Bumps the gradle-plugin group with 1 update in the /packages/file_selector/file_selector_android/android directory: com.android.tools.build:gradle.
Bumps the gradle-plugin group with 1 update in the /packages/flutter_plugin_android_lifecycle/android directory: com.android.tools.build:gradle.
Bumps the gradle-plugin group with 1 update in the /packages/google_maps_flutter/google_maps_flutter_android/android directory: com.android.tools.build:gradle.
Bumps the gradle-plugin group with 2 updates in the /packages/google_sign_in/google_sign_in_android/android directory: com.android.tools.build:gradle and [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin).
Bumps the gradle-plugin group with 1 update in the /packages/image_picker/image_picker_android/android directory: com.android.tools.build:gradle.
Bumps the gradle-plugin group with 1 update in the /packages/in_app_purchase/in_app_purchase_android/android directory: com.android.tools.build:gradle.
Bumps the gradle-plugin group with 2 updates in the /packages/interactive_media_ads/android directory: com.android.tools.build:gradle and [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin).
Bumps the gradle-plugin group with 1 update in the /packages/local_auth/local_auth_android/android directory: com.android.tools.build:gradle.
Bumps the gradle-plugin group with 1 update in the /packages/path_provider/path_provider_android/android directory: com.android.tools.build:gradle.
Bumps the gradle-plugin group with 1 update in the /packages/pigeon/platform_tests/alternate_language_test_plugin/android directory: com.android.tools.build:gradle.
Bumps the gradle-plugin group with 2 updates in the /packages/pigeon/platform_tests/test_plugin/android directory: com.android.tools.build:gradle and [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin).
Bumps the gradle-plugin group with 1 update in the /packages/quick_actions/quick_actions_android/android directory: com.android.tools.build:gradle.
Bumps the gradle-plugin group with 2 updates in the /packages/shared_preferences/shared_preferences_android/android directory: com.android.tools.build:gradle and [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin).
Bumps the gradle-plugin group with 1 update in the /packages/url_launcher/url_launcher_android/android directory: com.android.tools.build:gradle.
Bumps the gradle-plugin group with 2 updates in the /packages/video_player/video_player_android/android directory: com.android.tools.build:gradle and [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin).
Bumps the gradle-plugin group with 2 updates in the /packages/webview_flutter/webview_flutter_android/android directory: com.android.tools.build:gradle and [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin).
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
Updates `com.android.tools.build:gradle` from 8.12.1 to 8.13.0
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.10 to 2.2.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20)
---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
dependency-version: 2.2.20
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
dependency-version: 2.2.20
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
dependency-version: 2.2.20
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
dependency-version: 2.2.20
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
dependency-version: 2.2.20
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
dependency-version: 2.2.20
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
dependency-version: 2.2.20
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
dependency-version: 2.2.20
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: 8.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-plugin
- dependency-name: com.android.tools.build:gradle
dependency-version: ...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabotBotforce-pushed the dependabot/gradle/packages/camera/camera_android/android/gradle-plugin-19bda1af93 branch from 2736bf9 to 1cfb472CompareNovember 17, 2025 09:09
auto-submitBot pushed a commit that referenced this pull request Nov 17, 2025
`gradle-plugin` dependabot PRs touch so many plugins, by the time testing is done for the entire PR, _one_ of them will inevitably have a CHANGELOG conflict.
Example: #10264
Split dependabot group into two: `kotlin-gradle-plugin` and `gradle-plugin` since, though spiritually they are similar, since sometimes packages will require update to `gradle` but not `kotlin-gradle-plugin`.
@dependabot@github

dependabotBot commented on behalf of githubNov 17, 2025

Copy link
Copy Markdown
ContributorAuthor

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabotdependabotBot closed this Nov 17, 2025
@dependabot
dependabotBot deleted the dependabot/gradle/packages/camera/camera_android/android/gradle-plugin-19bda1af93 branch November 17, 2025 22:56
creatorpiyush pushed a commit to creatorpiyush/packages that referenced this pull request Jun 10, 2026
`gradle-plugin` dependabot PRs touch so many plugins, by the time testing is done for the entire PR, _one_ of them will inevitably have a CHANGELOG conflict.
Example: flutter#10264
Split dependabot group into two: `kotlin-gradle-plugin` and `gradle-plugin` since, though spiritually they are similar, since sometimes packages will require update to `gradle` but not `kotlin-gradle-plugin`.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@fluttergithubbot