savvasdalkitsis / uhuruphotos-android

🖼️A modern media gallery, with features like backup/sync, semantic search, media map, face recognition, memories and much more built using the latest Android technologies.
https://uhuru.photos
Apache License 2.0
336 stars 25 forks source link

Update autodagger to v1.2.1 #843

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 1 week ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
se.ansman.dagger.auto:retrofit 1.0.0 -> 1.2.1 age adoption passing confidence
se.ansman.dagger.auto:compiler 1.0.0 -> 1.2.1 age adoption passing confidence
se.ansman.dagger.auto:android 1.0.0 -> 1.2.1 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

ansman/auto-dagger (se.ansman.dagger.auto:retrofit) ### [`v1.2.1`](https://togithub.com/ansman/auto-dagger/releases/tag/1.2.1) [Compare Source](https://togithub.com/ansman/auto-dagger/compare/1.2.0...1.2.1) ##### Changes ##### Fix for invalid manifest for android-api The android-api module accidentally included the startup provider which would lead to issues. ##### Details - Remove the AndroidManifest from the android-api module by [@​ansman](https://togithub.com/ansman) in [https://github.com/ansman/auto-dagger/pull/164](https://togithub.com/ansman/auto-dagger/pull/164) **Full Changelog**: https://github.com/ansman/auto-dagger/compare/1.2.0...1.2.1 ### [`v1.2.0`](https://togithub.com/ansman/auto-dagger/releases/tag/1.2.0) [Compare Source](https://togithub.com/ansman/auto-dagger/compare/1.1.0...1.2.0) ##### Changes ##### Kotlin 1.9.24 The library has now been tested with Kotlin 1.9.24 ##### Adding the `android-api` artifact The `android` artifact pulls in AndroidX startup which can cause issues for android tests in feature modules. A new artifact, `android-api`, has been introduced that can be added to Android library modules. ##### Details - Bump de.jensklingenberg.ktorfit:ktorfit-lib from 1.12.0 to 1.13.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/ansman/auto-dagger/pull/155](https://togithub.com/ansman/auto-dagger/pull/155) - Bump com.willowtreeapps.assertk:assertk-jvm from 0.28.0 to 0.28.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/ansman/auto-dagger/pull/157](https://togithub.com/ansman/auto-dagger/pull/157) - Bump com.android.tools.build:gradle from 8.3.2 to 8.4.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/ansman/auto-dagger/pull/158](https://togithub.com/ansman/auto-dagger/pull/158) - Bump ru.vyarus.mkdocs from 3.0.0 to 4.0.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/ansman/auto-dagger/pull/154](https://togithub.com/ansman/auto-dagger/pull/154) - Bump de.jensklingenberg.ktorfit:ktorfit-lib from 1.13.0 to 1.14.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/ansman/auto-dagger/pull/156](https://togithub.com/ansman/auto-dagger/pull/156) - Split the Android module into api and impl by [@​ansman](https://togithub.com/ansman) in [https://github.com/ansman/auto-dagger/pull/163](https://togithub.com/ansman/auto-dagger/pull/163) - Update to Kotlin 1.9.24 by [@​ansman](https://togithub.com/ansman) in [https://github.com/ansman/auto-dagger/pull/162](https://togithub.com/ansman/auto-dagger/pull/162) **Full Changelog**: https://github.com/ansman/auto-dagger/compare/1.1.0...1.2.0 ### [`v1.1.0`](https://togithub.com/ansman/auto-dagger/releases/tag/1.1.0) [Compare Source](https://togithub.com/ansman/auto-dagger/compare/1.0.0...1.1.0) ##### What's new ##### Ktorfit support [Ktorfit](https://foso.github.io/Ktorfit/), a multiplatform version of Retrofit, is now supported. Check out [the docs](https://auto-dagger.ansman.se/latest/integrations/ktorfit/) for info on how to get started. ##### Min SDK 19 Just like AndroidX, the min SDK required is now 19. ##### Dagger 2.51 support auto-dagger has now been tested with Dagger 2.51. ##### Kotlin 1.9.23 Using auto-dagger now requires Kotlin 1.9.23 or later. ##### Details - Bump ksp from 1.9.22-1.0.16 to 1.9.22-1.0.17 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/ansman/auto-dagger/pull/125](https://togithub.com/ansman/auto-dagger/pull/125) - Bump kotlinpoet from 1.15.3 to 1.16.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/ansman/auto-dagger/pull/124](https://togithub.com/ansman/auto-dagger/pull/124) - Bump org.jetbrains.kotlinx:kotlinx-metadata-jvm from 0.8.0 to 0.9.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/ansman/auto-dagger/pull/123](https://togithub.com/ansman/auto-dagger/pull/123) - Bump the minSdk to 19 by [@​ansman](https://togithub.com/ansman) in [https://github.com/ansman/auto-dagger/pull/126](https://togithub.com/ansman/auto-dagger/pull/126) - Bump com.android.tools.build:gradle from 8.2.0 to 8.2.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/ansman/auto-dagger/pull/121](https://togithub.com/ansman/auto-dagger/pull/121) - Bump androidx.lifecycle:lifecycle-viewmodel from 2.6.2 to 2.7.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/ansman/auto-dagger/pull/122](https://togithub.com/ansman/auto-dagger/pull/122) - Bump org.jetbrains.kotlinx.binary-compatibility-validator from 0.13.2 to 0.14.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/ansman/auto-dagger/pull/128](https://togithub.com/ansman/auto-dagger/pull/128) - Bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/ansman/auto-dagger/pull/129](https://togithub.com/ansman/auto-dagger/pull/129) - Bump com.android.tools.build:gradle from 8.2.1 to 8.2.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/ansman/auto-dagger/pull/127](https://togithub.com/ansman/auto-dagger/pull/127) - Bump com.squareup.okio:okio from 3.7.0 to 3.8.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/ansman/auto-dagger/pull/130](https://togithub.com/ansman/auto-dagger/pull/130) - Bump dagger from 2.50 to 2.51 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/ansman/auto-dagger/pull/131](https://togithub.com/ansman/auto-dagger/pull/131) - Bump com.android.tools.build:gradle from 8.2.2 to 8.3.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/ansman/auto-dagger/pull/133](https://togithub.com/ansman/auto-dagger/pull/133) - Bump dokka from 1.9.10 to 1.9.20 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/ansman/auto-dagger/pull/134](https://togithub.com/ansman/auto-dagger/pull/134) - Bump kotlin from 1.9.22 to 1.9.23 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/ansman/auto-dagger/pull/135](https://togithub.com/ansman/auto-dagger/pull/135) - Bump ksp from 1.9.22-1.0.17 to 1.9.23-1.0.19 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/ansman/auto-dagger/pull/136](https://togithub.com/ansman/auto-dagger/pull/136) - Bump com.squareup.okio:okio from 3.8.0 to 3.9.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/ansman/auto-dagger/pull/137](https://togithub.com/ansman/auto-dagger/pull/137) - Bump retrofit from 2.9.0 to 2.10.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/ansman/auto-dagger/pull/138](https://togithub.com/ansman/auto-dagger/pull/138) - Update Gradle Wrapper from 8.5 to 8.7 by [@​ansman-gradle-wrapper-update](https://togithub.com/ansman-gradle-wrapper-update) in [https://github.com/ansman/auto-dagger/pull/142](https://togithub.com/ansman/auto-dagger/pull/142) - Switch to the patched version of kotlin-compile-testing by [@​ansman](https://togithub.com/ansman) in [https://github.com/ansman/auto-dagger/pull/143](https://togithub.com/ansman/auto-dagger/pull/143) - Remove the shadowjar archive classifier by [@​ansman](https://togithub.com/ansman) in [https://github.com/ansman/auto-dagger/pull/144](https://togithub.com/ansman/auto-dagger/pull/144) - Bump com.android.tools.build:gradle from 8.3.0 to 8.3.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/ansman/auto-dagger/pull/139](https://togithub.com/ansman/auto-dagger/pull/139) - Bump compileTesting from 0.4.0 to 0.4.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/ansman/auto-dagger/pull/145](https://togithub.com/ansman/auto-dagger/pull/145) - Bump retrofit from 2.10.0 to 2.11.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/ansman/auto-dagger/pull/146](https://togithub.com/ansman/auto-dagger/pull/146) - Start using the project accessors plugin by [@​ansman](https://togithub.com/ansman) in [https://github.com/ansman/auto-dagger/pull/147](https://togithub.com/ansman/auto-dagger/pull/147) - Bump org.robolectric:robolectric from 4.11.1 to 4.12 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/ansman/auto-dagger/pull/149](https://togithub.com/ansman/auto-dagger/pull/149) - Bump org.robolectric:robolectric from 4.12 to 4.12.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/ansman/auto-dagger/pull/150](https://togithub.com/ansman/auto-dagger/pull/150) - Bump dagger from 2.51 to 2.51.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/ansman/auto-dagger/pull/148](https://togithub.com/ansman/auto-dagger/pull/148) - Bump com.android.tools.build:gradle from 8.3.1 to 8.3.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/ansman/auto-dagger/pull/152](https://togithub.com/ansman/auto-dagger/pull/152) - Bump ksp from 1.9.23-1.0.19 to 1.9.23-1.0.20 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/ansman/auto-dagger/pull/151](https://togithub.com/ansman/auto-dagger/pull/151) - Add support for ktorfit by [@​ansman](https://togithub.com/ansman) in [https://github.com/ansman/auto-dagger/pull/153](https://togithub.com/ansman/auto-dagger/pull/153) ##### New Contributors - [@​ansman-gradle-wrapper-update](https://togithub.com/ansman-gradle-wrapper-update) made their first contribution in [https://github.com/ansman/auto-dagger/pull/142](https://togithub.com/ansman/auto-dagger/pull/142) **Full Changelog**: https://github.com/ansman/auto-dagger/compare/1.0.0...1.1.0

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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by Mend Renovate. View repository job log here.