Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix(deps): update all dependencies #291

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
renovate wants to merge 1 commit into master
base: master
Choose a base branch
Loading
from renovate/all-deps
Open

Conversation

Copy link
Contributor

@renovate renovate bot commented Aug 13, 2025
edited
Loading

This PR contains the following updates:

Package Type Update Change Age Confidence
codecov/codecov-action action minor v5.4.3 -> v5.5.1 age confidence
com.google.devtools.ksp (source) plugin patch 2.2.0-2.0.2 -> 2.2.10-2.0.2 age confidence
org.jetbrains.kotlin.plugin.serialization (source) plugin patch 2.2.0 -> 2.2.10 age confidence
org.jetbrains.kotlin.plugin.parcelize (source) plugin patch 2.2.0 -> 2.2.10 age confidence
org.jetbrains.kotlin.multiplatform (source) plugin patch 2.2.0 -> 2.2.10 age confidence
org.jetbrains.kotlin.kapt (source) plugin patch 2.2.0 -> 2.2.10 age confidence
org.jetbrains.kotlin.jvm (source) plugin patch 2.2.0 -> 2.2.10 age confidence
org.jetbrains.kotlin.plugin.compose (source) plugin patch 2.2.0 -> 2.2.10 age confidence
org.jetbrains.kotlin.native.cocoapods (source) plugin patch 2.2.0 -> 2.2.10 age confidence
org.jetbrains.kotlin.android (source) plugin patch 2.2.0 -> 2.2.10 age confidence
org.jetbrains.kotlin:kotlin-gradle-plugin (source) dependencies patch 2.2.0 -> 2.2.10 age confidence
org.jetbrains.kotlin:kotlin-test-junit (source) dependencies patch 2.2.0 -> 2.2.10 age confidence
io.insert-koin:koin-test-junit4 (source) dependencies patch 4.1.0 -> 4.1.1 age confidence
io.insert-koin:koin-test (source) dependencies patch 4.1.0 -> 4.1.1 age confidence
io.insert-koin:koin-core (source) dependencies patch 4.1.0 -> 4.1.1 age confidence
io.insert-koin:koin-android (source) dependencies patch 4.1.0 -> 4.1.1 age confidence
com.google.android.material:material dependencies minor 1.12.0 -> 1.13.0 age confidence
androidx.lifecycle:lifecycle-viewmodel-ktx (source) dependencies patch 2.9.2 -> 2.9.3 age confidence
androidx.lifecycle:lifecycle-runtime-ktx (source) dependencies patch 2.9.2 -> 2.9.3 age confidence
androidx.lifecycle:lifecycle-common-java8 (source) dependencies patch 2.9.2 -> 2.9.3 age confidence
androidx.core:core-ktx (source) dependencies minor 1.16.0 -> 1.17.0 age confidence
com.android.library (source) plugin minor 8.12.0 -> 8.13.0 age confidence
com.android.application (source) plugin minor 8.12.0 -> 8.13.0 age confidence

Release Notes

codecov/codecov-action (codecov/codecov-action)

v5.5.1

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1

v5.5.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.3..v5.5.0

google/ksp (com.google.devtools.ksp)

v2.2.10-2.0.2

Compare Source

What's Changed

Full Changelog: google/ksp@2.2.10-RC2-2.0.2...2.2.10-2.0.2

JetBrains/kotlin (org.jetbrains.kotlin.plugin.serialization)

v2.2.10

Compiler
  • KT-79276 Dexing fails with "Cannot read field X because is null" with 2.2.0
  • KT-79442 "Multiple annotations of type kotlin.coroutines.jvm.internal.DebugMetadata": 2.2.0-Beta1 generates broken code with JVM default suspend methods in interfaces
  • KT-78815 Symbol not found: __ZNSt3__117bad_function_callD1Ev error on iOS 15.5 simulator in Xcode 16.3 after update to 2.2.0-Beta2
  • KT-78501 K2: Missing [ABSTRACT_SUPER_CALL] diagnostics for delegated interface method leads to AssertionError: isCompiledToJvmDefault during IR lowering
  • KT-78479 IR lowering failed / Unexpected null argument for composable call
  • KT-76477 Kotlin/Native: fix compiler performance reporting in sources->klib and klibs->binary
  • KT-78736 Missing [NOT_YET_SUPPORTED_IN_INLINE] diagnostics because of incorrect context update
  • KT-77685 "IllegalArgumentException: Sequence contains more than one matching element"
  • KT-76365 K2: Missing ABSTRACT_SUPER_CALL
  • KT-78352 False-positive IDENTITY_SENSITIVE_OPERATIONS_WITH_VALUE_TYPE when comparing with equality operator (==)
Compose compiler
  • KT-78479 Ensure that default transform affects functions entered through a call
  • KT-78490 Fix visibility for default wrappers of protected methods
  • b/408492167 Emit parameter names in Compose source information
JavaScript
  • KT-79050 KJS / IC: "Unexpected body of primary constructor for processing irClass"
  • KT-79089 KJS: Could not load reporter / Cannot find module 'mocha' when running jsNode tests
Native
  • KT-79075 Stuck on Kotlin_getSourceInfo_core_symbolication
  • KT-76178 LLVM Update: symbol '__ZnwmSt19__type_descriptor_t' missing
Native. Runtime. Memory
  • KT-78925 Crash SIGABRT on Apple Watch after updating Kotlin to 2.2.0
Tools. CLI
  • KT-77445 UNRESOLVED_REFERENCE when importing classes from kotlin-stdlib
  • KT-78263 java.lang.NoClassDefFoundError: Could not initialize class com.intellij.psi.impl.PsiSubstitutorImpl
  • KT-78318 Unresolved reference when compiling kotlin/JS project on fresh master
Tools. Compiler Plugins
  • KT-78490 "AssertionError: SyntheticAccessorLowering should not attempt to modify other files" when calling protected open composable with default argument
  • KT-78038 Make jvm-abi-gen compiler plugin output classloader-friendly
Tools. Gradle
  • KT-77023 Support creating KotlinJvmAndroidCompilation in KotlinBaseApiPlugin
Tools. Gradle. JS
  • KT-78504 [2.2.0-RC3] NPM Tasks in 2.2 RCs produce broken/unusable build cache entries
Tools. Gradle. Multiplatform
  • KT-77466 KMP - testFixturesApi and similar configurations do not affect jvmTestFixtures source set
  • KT-68646 Compose extension's metrics/reports dir should use subdirs based on target
Tools. Gradle. Native
  • KT-77977 "Unknown hardware platform: riscv64" on JVM project build
Tools. Incremental Compile
  • KT-78807 Changing ABI fingerprint on non-ABI changes when lambda passed to inlined function
Tools. Kapt
  • KT-77853 K2 KAPT: backend internal error: exception during IR fake override builder
  • KT-79138 K2: KAPT Java Stub Gen: Unresolved reference with @kotlin.Metadata in Java in 2.2.0
InsertKoinIO/koin (io.insert-koin:koin-test-junit4)

v4.1.1

Compare Source

Koin 4.1.1 Changelog

🐛 Bug Fixes

  • Logger Constraint Revert - Reverted logger constraint due to compatibility issues causing errors across projects
  • Compose Scope Resolution - Fixed scope resolution issues in Compose integration with proper context handling
  • Maven Central Publication - Fixed publication issues for Maven Central distribution

🚀 Features & Improvements

  • Compose ViewModel Navigation - Added optional navGraphRoute parameter to sharedKoinViewModel for better navigation support
  • Compose Context Handling - Reworked LocalKoinApplication/LocalKoinScope with ContextWrapper to properly handle:
    • Scope closing lifecycle
    • Context restart scenarios
    • Better memory management

⚡ Performance & Core

  • Core Resolver Optimization - Avoid unnecessary flattening operations when dealing with single scope resolution
  • Scope Debugging - Enhanced scope debugging by showing linked scope IDs for better development experience
  • Library Updates - Updated underlying dependencies to latest stable versions

📚 Library Updates

  • Kotlin - Updated to 2.1.21 (from 2.1.20)
  • Binary Validator - Updated to 0.18.1 (from 0.16.3)
  • Ktor - Updated to 3.2.3 (from 3.1.3)
  • Jetbrains Compose - Updated to 1.8.2 (from 1.8.0)
  • AndroidX Libraries:
    • Fragment 1.8.9 (from 1.8.8)
    • WorkManager 2.10.3 (from 2.10.1)
    • Lifecycle 2.9.3 (from 2.9.0)
    • Navigation 2.9.3 (from 2.9.0)
    • JB Navigation RC01 (from Beta01)
  • Testing:
    • Robolectric 4.15.1 (from 4.14.1)
    • Benchmark 0.4.14 (from 0.4.13)
  • Build Tools - Added NMCP 1.1.0 for improved publication workflow

📦 Publication

  • Multi-platform Artifacts - Ensured all platform variants are properly published
  • Version Consistency - Synchronized all module versions across the ecosystem

🔧 Development

  • Test Coverage - Added ActivityScopeArchetypeTest for better scope lifecycle testing
  • API Stability - Maintained backward compatibility while fixing internal issues

---Migration Notes: This is a maintenance release - no breaking changes. Direct upgrade from 4.1.0 is recommended.

👥 Contributors

https://github.com/arnaudgiuliani - Project Lead & Core Developer
https://github.com/rfaturriza - Community Contributor

New Contributors

Full Changelog: InsertKoinIO/koin@4.1.0...4.1.1

material-components/material-components-android (com.google.android.material:material)

v1.13.0

Compare Source

New in 1.13.0!

Important

  • Required minSdkVersion is now 21 or higher, for Material and AndroidX.
  • Now built with compileSdkVersion 35, Android Gradle Plugin (AGP) 8.7.3, Gradle 8.9, and android.nonTransitiveRClass=true.
  • Material 3 Expressive has moved to the 1.14.0 versions of the library. To get a sneak peak, update to version 1.14.0-alpha04 and use the Material3Expressive themes/styles in conjunction with new components mentioned above.

Dependency Updates

Dependency Previous version New version
androidx.appcompat:appcompat 1.6.1 1.7.0
androidx.constraintlayout:constraintlayout 2.0.1 2.1.0
androidx.dynamicanimation:dynamicanimation 1.0.0 1.1.0
androidx.graphics:graphics-shapes N/A 1.0.1
com.android.tools.build:gradle 7.4.2 8.7.3

Library Updates

  • A11y
    • Include "hour" and "minute" in announcements. For example: "Not checked, Hour - 11'0 clock. double tap to select Hour". (960bb4c)
    • Move responsibility of disabling hide on scroll to HideViewOnScrollBehavior and BottomAppBar (9c33476)
    • Prevent hide on scroll when Talkback is on (d560705)
    • Add missing 'button' mention to Talkback output for close icon. (79bd7d7)
  • BottomNavigationView
    • Update catalog demo to demonstrate adaptive bottom navigation bar (76936c4)
    • Fix early return in setItemGravity() (8a4d3c6)
  • BottomSheet
    • Prevent ACTION_DOWN events on the BottomSheetHandleDragView from setting touchingScrollChild to true. (af7f254)
    • Fix keyboard animation on Android 14 (a0b4dfa)
    • Fixed main catalog demo cutting off content when screen size is too small. (005687d)
    • Remove disruptive announcement "Drag handle double tapped"for BottomSheetDragHandleView. (95025c6)
  • Carousel
    • Recyclerview children do not inherit layout direction (ca0b870)
    • Update keyline state if necessary if item size changes (52228c1)
    • Update multi-browse strategy to always have at least 1 medium item (916e908)
    • Recalculate keyline state if it doesn't match the current container size (d0f5d72)
  • Checkbox
  • Chip
    • Get default minTouchTargetSize from material attributes (436437a)
    • Add a show all Chip for a11y (8e33421)
    • Updated flow layout to correctly layout padding when in RTL. (1eaf483)
    • Fix close icon focus ripple (a7ff8c9)
  • CollapsingToolbarLayout
    • Added multiple subtitle support. (57297ae)
    • Fixed incorrect title and subtitle positioning. (8598aa6)
  • Color
    • Updated to only draw surface color under the button's stroke when the buttons are actually overlapped. (7ae12b5)
    • ColorResourcesTableCreator: Fix length encoding for utf8 strings (7c62429)
    • ColorResourcesTableCreator: Fix resource entry names (443eaa5)
    • Added M3 colors in M3 ThemeOverlay. (ede0713)
  • Dialog
    • Add m3 styles for floating toolbar and docked toolbar for dialog (1b58f5f)
    • Fixed issue with child views overflowing from the alert dialog. (1ee9a86)
  • DockedToolbar
    • Include IME in insets (834ce09)
    • Fix typo in DockedToolbar doc (0c83f50)
    • Add new demo to show fewer items (68a79d7)
    • Add docs (08a8893)
    • Adding inset padding attributes (1fd228b)
    • Create DockedToolbarLayout (51873bb)
  • FloatingActionButton
    • Fix the width calculation in the wrap_content extend strategy (1e06f7c)
    • Added medium FAB and s/m/l extended FABs to Material3. (870ace3)
    • Restored public jumpDrawablesToCurrentState method (6f41625)
    • Fixed wrong elevation per state. (f513914)
    • Improved readability. (949b057)
    • Fixed wrong elevation per state. (db7fe20)
    • Merged FABImpl and FABImplLollipop classes, since no pre-lollipop is supported. (da442be)
    • Integrated new token sets. (4a841f5)
    • Integrated to new token sets. (7e63ca1)
  • FloatingToolbar
    • Added m3 styles for buttons and theme overlays (4b9df08)
    • Integrate tokens and add m3 styles (f223b26)
    • Fix for insets handling adding insets on every onApplyWindowInsets call (3938284)
    • Floating toolbar should not enforce disappear on scroll behaviour within CoordinatorLayouts (85c4e0f)
    • Add inset handling (05f8c52)
    • Removed floating toolbar-specific icon button styles from theme overlay (7f88784)
    • Update styles to consolidate horizontal/vertical styles to a single style (b07e48b)
  • LoadingIndicator
    • Added a default static drawable, which is displayed when the animation is disabled. (f89b8af)
    • Fixed the animation no constant rotation. (1886cf0)
    • Fix handling of negative morphFraction (e169ffc)
  • MaterialButton
    • Updated the shapes of buttons when the orientation is changed. (e722464)
    • Fixed connected button groups to not morph button size. (df9074c)
    • Fixed width morph in vertical button groups. (fb81974)
    • Fixed a bug that checked state in XML was not respected. (0c5b17a)
    • Test improve memory usage when materialSizeOverlay is used. (571a196)
    • Update split button styles to lessen maker specification requirements and support consistency. (2aadbd1)
    • Add a demo to programmatically add/remove buttons in a button group. (4f55422)
    • Added a click action and toggleable control in button group demo. (8e52e94)
    • Fixed minor issues in button group demo and toggle group demo. (5161e71)
    • Added adaptation section in dev doc. (f61cea5)
    • Fixed the bug of size morph not working with layout_weight. (d791fad)
    • Added optical center feature. (2667e09)
    • Updated XML for split button examples in documentation for improved accuracy. (ede1bdc)
    • Fixed the content description in distribution demo. (d54087e)
    • Fixed the bug of size morph not working with layout_weight. (b640078)
    • Added flags to prevent unnecessary updates to child shape. (ed528c6)
    • Fixed the translationz value for hovered state of elevated button. (0c4ed7e)
    • Cleanup (8c263bb)
    • Added PopupMenu to the SplitButton demo. (7a6866c)
  • MaterialDatePicker
    • Replace the deprecated announcement API used for month navigation (6a3d13f)
    • Fix bug causing undesired screenshot changes (71bfc93)
    • Fix accessibility focus landing on first day of month after year selection (39dd3a4)
    • Translate fixed a11y announcements. (9fd5a67)
    • Fix DatePicker to use correct accessibility description for calendar/year view toggle button. (41f5079)
    • Disable next/prev button when the selected month is at the boundary (71287c6)
    • Prevent keyboard from automatically showing with TalkBack (fd2e9bc)
  • MaterialShapeDrawable
    • Update ShapeAppearanceModel.Builder to not use extra ContextThemeWrapper for shape appearance overlay due to performance concerns (990fdb4)
  • MaterialSplitButton
    • Updated Split Button to match spec and address feedback. (c1e73c8)
    • Add chevron drawable AVD to public. (08fff9f)
  • Menu
    • Fixed Dark Mode for Context Menu (93a5130)
  • NavigationRail
    • Force NavigationFrameLayout to be the available size at the minimum (12fad1d)
    • Use display cutout and system bar insets for start padding (4657afb)
    • Add attributes for expanded active indicator padding (a798a82)
    • Fix active indicator label jump when expanding (7f0a51d)
    • Add divider functionality for expanded nav rail (9496619)
  • ProgressIndicator
    • Updated to not throw exceptions for calling setIndeterminateDrawable and setDeterminateDrawable during the initialization. (64867cf)
    • Added the customization of setting the stop inidcator padding. (0b89ef4)
    • Added fraction support in track corner radius. (2e97dd6)
    • Added an track inner corner radius API. (8a23e0d)
  • Search
    • Updating centered search bar text to have 8dp content start and end padding (4070bef)
    • Added a clip bounds animation for searchview edit text (5a600a8)
    • Add a placeholder textview to Searchbar that keeps track of searchview edit text in order to gracefully fade it out in searchview collapse animation (be09936)
    • Update centering layout logic to account for padding and content insets (c2c660b)
    • Add cutout insets to SearchView toolbar (53616ad)
    • Fix animation calculations for predictive back (44eabe3)
    • Fix long centered text overlapping with menu items (9170221)
    • Updated SearchBar styling (3a5861c)
    • Add maxWidth attribute and fix SearchBar/SearchView animations to be more flexible in hierarchy (548c15c)
    • Fix issue with a custom center view pushing out centered text (04c56f6)
    • Update demos to demonstrate an example with a ConstraintLayout (6db122b)
    • Update catalog demo to optionally show searchbar menu (e85371f)
    • Add a lift on scroll color to SearchBar when used with AppBarLayout (36b285c)
    • Set alpha for toolbar button directly rather than setting through a FadeThroughDrawable (e035f38)
    • Fix centering text when set by the search view (ea01f2a)
    • Fix animation when searchbar doesn't cover whole screen (f7ba9c6)
    • Add textCentered attribute (0641ee5)
    • Fix NPE with hiding navigation icon (1dc9a1c)
    • Add a demo with 2 icons outside the searchbar (9bda9a9)
  • Shape
    • Added new attributes in Material3 themes. (447fd02)
  • Slider
    • Prevent duplicate accessibility announcements (bccfdfa)
    • Get default minTouchTargetSize from material attributes (422586e)
    • Fix label bounds for vertical slider in RTL (23957e0)
    • Centered Slider updates (781d344)
    • Add state description to VirtualView node (efea65b)
    • Add centered configuration (cd909c2)
    • Add new tick visibility modes (660423f)
    • Fixed behaviour when Slider is in a scrolling container (9302f54)
    • Improve track icon bounds calculation (54778a9)
    • remove unnecessary code (867fd01)
    • Slider, don't warn about track icons if you don't have any (b31711c)
    • Fix label pivots (d28488d)
    • Fix thumb visibility for vertical slider on API 23 (e6e9385)
    • Refactor track icon tinting (9ce14ae)
    • Always update track bounds before drawing icons (ddda777)
  • Tabs
    • Don't try to detach an already detached TabLayout (7144370)
  • TextInputLayout
    • Replace deprecated announceForAccessibility with accessibility live region (e909768)
    • Fix the issue that menu items gets filtered after recreation (690bbfc)
    • Make highlight text colour respect the theme rather than M3 default (cfe6dce)
  • TimePicker
    • Fixing the Talkback focusability of the "Select time" label on the time picker component. (4ed648a)
    • Fix number format on 24-hour dial (80593b2)
  • Tokens
    • Updated the shape tokens output. (2ef3aba)
    • Update tokens to 16.0.2 (37adad2)
    • Upgraded to 15.0.26 (67b6dce)
    • Upgraded to version 15.0.12. (c39dc38)
    • Updated to 14.0.0. (7c5dce0)
    • Migrated to new token sets. (12a136c)
    • Migrated to new token sets. (02fcdf5)
  • TopAppBar
    • Fix Extended FAB behavior demo to shrink and extend as expected. (13cdaba)
    • Add attribute to center based on whole container (dcfbdff)
    • Update AppCompat dependency to 1.7.0 stable and remove inflateMenu dispatch pausing now that the fix has landed in AppCompat (09d2566)
    • Overrode the colorContro

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Aug 13, 2025
@renovate renovate bot changed the title (削除) fix(deps): update dependency androidx.core:core-ktx to v1.17.0 (削除ここまで) (追記) fix(deps): update all dependencies (追記ここまで) Aug 14, 2025
@renovate renovate bot force-pushed the renovate/all-deps branch 3 times, most recently from c808999 to 67db91d Compare August 20, 2025 15:49
@renovate renovate bot force-pushed the renovate/all-deps branch 3 times, most recently from 1e31446 to 05bf2a7 Compare September 2, 2025 22:58
@renovate renovate bot force-pushed the renovate/all-deps branch 2 times, most recently from 13f2676 to 710ed74 Compare September 4, 2025 03:55
| datasource | package | from | to |
| ----------- | ------------------------------------------------------------------------------------------------- | ----------- | ------------ |
| github-tags | codecov/codecov-action | v5.4.3 | v5.5.1 |
| maven | com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin | 2.2.0-2.0.2 | 2.2.10-2.0.2 |
| maven | org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin | 2.2.0 | 2.2.10 |
| maven | org.jetbrains.kotlin.plugin.parcelize:org.jetbrains.kotlin.plugin.parcelize.gradle.plugin | 2.2.0 | 2.2.10 |
| maven | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin | 2.2.0 | 2.2.10 |
| maven | org.jetbrains.kotlin.kapt:org.jetbrains.kotlin.kapt.gradle.plugin | 2.2.0 | 2.2.10 |
| maven | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin | 2.2.0 | 2.2.10 |
| maven | org.jetbrains.kotlin.plugin.compose:org.jetbrains.kotlin.plugin.compose.gradle.plugin | 2.2.0 | 2.2.10 |
| maven | org.jetbrains.kotlin.native.cocoapods:org.jetbrains.kotlin.native.cocoapods.gradle.plugin | 2.2.0 | 2.2.10 |
| maven | org.jetbrains.kotlin.android:org.jetbrains.kotlin.android.gradle.plugin | 2.2.0 | 2.2.10 |
| maven | org.jetbrains.kotlin:kotlin-gradle-plugin | 2.2.0 | 2.2.10 |
| maven | org.jetbrains.kotlin:kotlin-test-junit | 2.2.0 | 2.2.10 |
| maven | io.insert-koin:koin-test-junit4 | 4.1.0 | 4.1.1 |
| maven | io.insert-koin:koin-test | 4.1.0 | 4.1.1 |
| maven | io.insert-koin:koin-core | 4.1.0 | 4.1.1 |
| maven | io.insert-koin:koin-android | 4.1.0 | 4.1.1 |
| maven | com.google.android.material:material | 1.12.0 | 1.13.0 |
| maven | androidx.lifecycle:lifecycle-viewmodel-ktx | 2.9.2 | 2.9.3 |
| maven | androidx.lifecycle:lifecycle-runtime-ktx | 2.9.2 | 2.9.3 |
| maven | androidx.lifecycle:lifecycle-common-java8 | 2.9.2 | 2.9.3 |
| maven | androidx.core:core-ktx | 1.16.0 | 1.17.0 |
| maven | com.android.library:com.android.library.gradle.plugin | 8.12.0 | 8.13.0 |
| maven | com.android.application:com.android.application.gradle.plugin | 8.12.0 | 8.13.0 |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Reviewers
No reviews
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant

AltStyle によって変換されたページ (->オリジナル) /