-
Notifications
You must be signed in to change notification settings - Fork 1
Chore: Update the Entire Project Dependency & Quality #46
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
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
96eb120
refactor: fix typos..
JeelDobariya38 5397e50
chore(deps): update nearly all the dependency
JeelDobariya38 bbd1d94
chore(deps): update kotlin language version from 1.9.0 to 2.2.0
JeelDobariya38 eb02b65
chore(deps): update oss license plugin from 0.10.6 to 0.10.9
JeelDobariya38 ef8e536
chore(deps): update everything to latest
JeelDobariya38 2149735
chore(deps): update gradle 8.14.0 -> 9.2.0
JeelDobariya38 1739ad8
chore(deps): update jvm target 11 -> 21
JeelDobariya38 71dc2b8
lint: change map.put() to assigment operator in build file
JeelDobariya38 014ab68
chore(deps): bundle releated dependency in libs.versions.toml
JeelDobariya38 b92abc3
chore(deps): update kotlin plugin & ksp plugin
JeelDobariya38 2bc68a4
chore: change depecated kotlinOptions to kotlin.compilerOptions
JeelDobariya38 2e8007d
lint: fix lint issue. change dp to sp where needed
JeelDobariya38 adb34d5
chore: update the version of app v1.1.1-Alpha -> v1.1.2-rc.1
JeelDobariya38 b78e4e0
Merge branch 'main' into jeel-dev
JeelDobariya38 2c6b104
lint: make content description in upper case
JeelDobariya38 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
app/src/main/kotlin/com/jeeldobariya/passcodes/ui/LoadPasswordAction.kt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| package com.jeeldobariya.passcodes.ui | ||
|
|
||
| sealed interface LoadPasswordAction { | ||
| data object RefreshPassswordData: LoadPasswordAction | ||
| data object RefreshPassword: LoadPasswordAction | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
app/src/main/kotlin/com/jeeldobariya/passcodes/ui/ViewPasswordAction.kt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,8 @@ | ||
| package com.jeeldobariya.passcodes.ui | ||
|
|
||
| sealed interface ViewPasswordAction { | ||
| data class LoadPassswordData(val passwordId: Int): ViewPasswordAction | ||
| data object RefreshPassswordData: ViewPasswordAction | ||
| data class LoadPassword(val passwordId: Int): ViewPasswordAction | ||
| data object RefreshPassword: ViewPasswordAction | ||
| // data object NavigateUpdatePasswordAction: ViewPasswordAction | ||
| data object DeletePasswordAction: ViewPasswordAction | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.