Skip to content
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

Api Issue fixes and code refactoring #85

Open
wants to merge 28 commits into
base: dev
Choose a base branch
from

Conversation

KhadkaRabindra
Copy link

Api Issue fixes and code refactoring

dependabot bot and others added 28 commits June 8, 2023 12:10
Bumps `kotlin` from 1.8.21 to 1.8.22.

Updates `org.jetbrains.kotlin.android` from 1.8.21 to 1.8.22
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.22/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.8.21...v1.8.22)

Updates `org.jetbrains.kotlin.kapt` from 1.8.21 to 1.8.22
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.22/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.8.21...v1.8.22)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.android
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin.kapt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…e/kotlin-1.8.22

Build(deps): bump kotlin from 1.8.21 to 1.8.22
Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 1.8.21-1.0.11 to 1.8.22-1.0.11.
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@1.8.21-1.0.11...1.8.22-1.0.11)

---
updated-dependencies:
- dependency-name: com.google.devtools.ksp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…e/com.google.devtools.ksp-1.8.22-1.0.11

Build(deps): bump com.google.devtools.ksp from 1.8.21-1.0.11 to 1.8.22-1.0.11
Bumps [com.google.accompanist:accompanist-systemuicontroller](https://github.com/google/accompanist) from 0.31.3-beta to 0.31.4-beta.
- [Release notes](https://github.com/google/accompanist/releases)
- [Commits](google/accompanist@v0.31.3-beta...v0.31.4-beta)

---
updated-dependencies:
- dependency-name: com.google.accompanist:accompanist-systemuicontroller
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…e/com.google.accompanist-accompanist-systemuicontroller-0.31.4-beta

Build(deps): bump com.google.accompanist:accompanist-systemuicontroller from 0.31.3-beta to 0.31.4-beta
Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-test](https://github.com/Kotlin/kotlinx.coroutines) from 1.7.0 to 1.7.2.
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.7.0...1.7.2)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…e/org.jetbrains.kotlinx-kotlinx-coroutines-test-1.7.2

Build(deps): bump org.jetbrains.kotlinx:kotlinx-coroutines-test from 1.7.0 to 1.7.2
Bumps [com.google.accompanist:accompanist-systemuicontroller](https://github.com/google/accompanist) from 0.31.4-beta to 0.31.5-beta.
- [Release notes](https://github.com/google/accompanist/releases)
- [Commits](google/accompanist@v0.31.4-beta...v0.31.5-beta)

---
updated-dependencies:
- dependency-name: com.google.accompanist:accompanist-systemuicontroller
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…e/com.google.accompanist-accompanist-systemuicontroller-0.31.5-beta

Build(deps): bump com.google.accompanist:accompanist-systemuicontroller from 0.31.4-beta to 0.31.5-beta
Bumps `kotlin` from 1.8.22 to 1.9.0.

Updates `org.jetbrains.kotlin.android` from 1.8.22 to 1.9.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.8.22...v1.9.0)

Updates `org.jetbrains.kotlin.kapt` from 1.8.22 to 1.9.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.8.22...v1.9.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.android
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin.kapt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…e/kotlin-1.9.0

Build(deps): bump kotlin from 1.8.22 to 1.9.0
Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 1.8.22-1.0.11 to 1.9.0-1.0.11.
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@1.8.22-1.0.11...1.9.0-1.0.11)

---
updated-dependencies:
- dependency-name: com.google.devtools.ksp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…e/com.google.devtools.ksp-1.9.0-1.0.11

Build(deps): bump com.google.devtools.ksp from 1.8.22-1.0.11 to 1.9.0-1.0.11
Bumps `hilt` from 2.46.1 to 2.47.

Updates `com.google.dagger:hilt-android` from 2.46.1 to 2.47
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.46.1...dagger-2.47)

Updates `com.google.dagger:hilt-android-compiler` from 2.46.1 to 2.47
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.46.1...dagger-2.47)

Updates `com.google.dagger:hilt-android-testing` from 2.46.1 to 2.47
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.46.1...dagger-2.47)

Updates `com.google.dagger:hilt-compiler` from 2.46.1 to 2.47
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.46.1...dagger-2.47)

Updates `com.google.dagger:hilt-android-gradle-plugin` from 2.46.1 to 2.47
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.46.1...dagger-2.47)

Updates `com.google.dagger.hilt.android` from 2.46.1 to 2.47
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.46.1...dagger-2.47)

---
updated-dependencies:
- dependency-name: com.google.dagger:hilt-android
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.dagger:hilt-android-compiler
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.dagger:hilt-android-testing
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.dagger:hilt-compiler
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.dagger:hilt-android-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.dagger.hilt.android
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…e/hilt-2.47

Build(deps): bump hilt from 2.46.1 to 2.47
Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 1.9.0-1.0.11 to 1.9.0-1.0.12.
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@1.9.0-1.0.11...1.9.0-1.0.12)

---
updated-dependencies:
- dependency-name: com.google.devtools.ksp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…e/com.google.devtools.ksp-1.9.0-1.0.12

Build(deps): bump com.google.devtools.ksp from 1.9.0-1.0.11 to 1.9.0-1.0.12
Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-test](https://github.com/Kotlin/kotlinx.coroutines) from 1.7.2 to 1.7.3.
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.7.2...1.7.3)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…e/org.jetbrains.kotlinx-kotlinx-coroutines-test-1.7.3

Build(deps): bump org.jetbrains.kotlinx:kotlinx-coroutines-test from 1.7.2 to 1.7.3
Bumps [com.google.accompanist:accompanist-systemuicontroller](https://github.com/google/accompanist) from 0.31.5-beta to 0.31.6-rc.
- [Release notes](https://github.com/google/accompanist/releases)
- [Commits](google/accompanist@v0.31.5-beta...v0.31.6-rc)

---
updated-dependencies:
- dependency-name: com.google.accompanist:accompanist-systemuicontroller
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…e/com.google.accompanist-accompanist-systemuicontroller-0.31.6-rc

Build(deps): bump com.google.accompanist:accompanist-systemuicontroller from 0.31.5-beta to 0.31.6-rc
Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 1.9.0-1.0.12 to 1.9.0-1.0.13.
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@1.9.0-1.0.12...1.9.0-1.0.13)

---
updated-dependencies:
- dependency-name: com.google.devtools.ksp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…e/com.google.devtools.ksp-1.9.0-1.0.13

Build(deps): bump com.google.devtools.ksp from 1.9.0-1.0.12 to 1.9.0-1.0.13
Bumps [com.google.accompanist:accompanist-systemuicontroller](https://github.com/google/accompanist) from 0.31.6-rc to 0.33.0-alpha.
- [Release notes](https://github.com/google/accompanist/releases)
- [Commits](google/accompanist@v0.31.6-rc...v0.33.0-alpha)

---
updated-dependencies:
- dependency-name: com.google.accompanist:accompanist-systemuicontroller
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…e/com.google.accompanist-accompanist-systemuicontroller-0.33.0-alpha

Build(deps): bump com.google.accompanist:accompanist-systemuicontroller from 0.31.6-rc to 0.33.0-alpha
@mergify
Copy link
Contributor

mergify bot commented Aug 22, 2023

⚠️ The sha of the head commit of this PR conflicts with #77. Mergify cannot evaluate rules on this PR. ⚠️

@KhadkaRabindra
Copy link
Author

KhadkaRabindra commented Sep 6, 2023

Hi @gagan-suie . Could I have updated to the latest api changes. Could you please check and let me know.

@mergify
Copy link
Contributor

mergify bot commented Oct 7, 2023

⚠️ The sha of the head commit of this PR conflicts with #77. Mergify cannot evaluate rules on this PR. ⚠️

1 similar comment
Copy link
Contributor

mergify bot commented Nov 15, 2023

⚠️ The sha of the head commit of this PR conflicts with #77. Mergify cannot evaluate rules on this PR. ⚠️

Copy link
Contributor

mergify bot commented Dec 27, 2023

⚠️ The sha of the head commit of this PR conflicts with #77. Mergify cannot evaluate rules on this PR. ⚠️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant