-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* [#1457] Update mokoResources to v0.24.3 (#3975) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mustafa Ozhan <[email protected]> * [#1457] Update lifecycle to v2.8.6 (#3967) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mustafa Ozhan <[email protected]> * [#1457] Update dependency com.lemonappdev:konsist to v0.16.1 (#3840) * [#1457] Update dependency com.lemonappdev:konsist to v0.16.1 Co-authored-by: Mustafa Ozhan <[email protected]> * [#1457] Update dependency com.lemonappdev:konsist to v0.16.1 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mustafa Ozhan <[email protected]> * [#1457] Update koin to v4 (major) (#3956) * [#1457] Update koin to v4 Co-authored-by: Mustafa Ozhan <[email protected]> * [#1457] Update koin to v4 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mustafa Ozhan <[email protected]> * [#1457] Update navigation to v2.8.1 (#3968) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mustafa Ozhan <[email protected]> * [#1457] Update dependency com.russhwolf:multiplatform-settings to v1.2.0 (#3849) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mustafa Ozhan <[email protected]> * [#1457] Update submodule/basemob digest to 530a6b0 (#3977) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mustafa Ozhan <[email protected]> * [#1457] Update dependency com.huawei.hms:ads-prime to v3.4.74.302 (#3974) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mustafa Ozhan <[email protected]> * [#3979] Open 80 port for backend app (#3981) * [#3979] Open 80 port for backend app * [#3979] Open 80 port for backend app * [#3980] Remove suspends from ktor methods (#3982) * [#3983] Get rid of unsafe version read (#3984) * [#1457] Update actions/checkout action to v4.2.0 (#3978) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mustafa Ozhan <[email protected]> * [#1457] Update submodule/logmob digest to 1cb3e43 (#3986) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mustafa Ozhan <[email protected]> * [#3985] Refactor Routes with non returning methods (#3989) * [#3985] Refactor Routes with non returning methods * [#3985] Refactor Routes with non returning methods * [#1457] Update dependency ubuntu to v24 (#3988) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mustafa Ozhan <[email protected]> * [#1457] Update Oztechan/Global digest to 0d56c9a Co-authored-by: Mustafa Ozhan <[email protected]> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mustafa Ozhan <[email protected]>
- Loading branch information
1 parent
aebe5cc
commit 067dcb9
Showing
15 changed files
with
84 additions
and
77 deletions.
There are no files selected for viewing
This file contains 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 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 |
---|---|---|
|
@@ -70,7 +70,7 @@ jobs: | |
steps: | ||
|
||
- name: Setup Gradle Repo | ||
uses: Oztechan/Global/actions/setup-gradle-repo@873e06320ffabbaa07f705b7ea059c248a070f88 | ||
uses: Oztechan/Global/actions/setup-gradle-repo@0d56c9a53517f938b3f5183670fb5ed49a890ee7 | ||
|
||
- name: Adding secret files | ||
uses: ./.github/actions/add-secret-files | ||
|
@@ -106,15 +106,15 @@ jobs: | |
run: echo "status=success" >> $GITHUB_OUTPUT | ||
|
||
DistributeAndroid: | ||
runs-on: ubuntu-22.04 | ||
runs-on: ubuntu-24.04 | ||
needs: [ GradleBuild ] | ||
if: github.event_name == 'push' || github.event_name == 'schedule' | ||
outputs: | ||
status: ${{ steps.status.outputs.status }} | ||
steps: | ||
|
||
- name: Clone Repo # Needed for reading commit message for Firebase App Distribution | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.0 | ||
|
||
- name: Download Android ${{ env.BUILD_TYPE }} Artifacts | ||
uses: actions/[email protected] | ||
|
@@ -153,7 +153,7 @@ jobs: | |
steps: | ||
|
||
- name: Setup Gradle Repo | ||
uses: Oztechan/Global/actions/setup-gradle-repo@873e06320ffabbaa07f705b7ea059c248a070f88 | ||
uses: Oztechan/Global/actions/setup-gradle-repo@0d56c9a53517f938b3f5183670fb5ed49a890ee7 | ||
|
||
- name: Adding secret files | ||
uses: ./.github/actions/add-secret-files | ||
|
@@ -199,14 +199,14 @@ jobs: | |
run: echo "status=success" >> $GITHUB_OUTPUT | ||
|
||
DistributeIOS: | ||
runs-on: ubuntu-22.04 | ||
runs-on: ubuntu-24.04 | ||
needs: [ XCodeBuild ] | ||
if: github.event_name == 'push' || github.event_name == 'schedule' | ||
outputs: | ||
status: ${{ steps.status.outputs.status }} | ||
steps: | ||
- name: Clone Repo | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.0 | ||
|
||
- name: Download iOS ${{ env.BUILD_TYPE }} Artifacts | ||
uses: actions/[email protected] | ||
|
@@ -237,7 +237,7 @@ jobs: | |
steps: | ||
|
||
- name: Setup Gradle Repo | ||
uses: Oztechan/Global/actions/setup-gradle-repo@873e06320ffabbaa07f705b7ea059c248a070f88 | ||
uses: Oztechan/Global/actions/setup-gradle-repo@0d56c9a53517f938b3f5183670fb5ed49a890ee7 | ||
|
||
- name: Test | ||
run: ./gradlew test | ||
|
@@ -251,13 +251,13 @@ jobs: | |
run: echo "status=success" >> $GITHUB_OUTPUT | ||
|
||
Coverage: | ||
runs-on: ubuntu-22.04 | ||
runs-on: ubuntu-24.04 | ||
outputs: | ||
status: ${{ steps.status.outputs.status }} | ||
steps: | ||
|
||
- name: Setup Gradle Repo | ||
uses: Oztechan/Global/actions/setup-gradle-repo@873e06320ffabbaa07f705b7ea059c248a070f88 | ||
uses: Oztechan/Global/actions/setup-gradle-repo@0d56c9a53517f938b3f5183670fb5ed49a890ee7 | ||
|
||
- name: Generate Coverage | ||
run: ./gradlew koverXmlReport | ||
|
@@ -294,13 +294,13 @@ jobs: | |
run: echo "status=success" >> $GITHUB_OUTPUT | ||
|
||
CodeAnalysis: | ||
runs-on: ubuntu-22.04 | ||
runs-on: ubuntu-24.04 | ||
outputs: | ||
status: ${{ steps.status.outputs.status }} | ||
steps: | ||
|
||
- name: Setup Gradle Repo | ||
uses: Oztechan/Global/actions/setup-gradle-repo@873e06320ffabbaa07f705b7ea059c248a070f88 | ||
uses: Oztechan/Global/actions/setup-gradle-repo@0d56c9a53517f938b3f5183670fb5ed49a890ee7 | ||
|
||
- name: Detekt & Lint | ||
run: ./gradlew detektAll lint | ||
|
@@ -321,7 +321,7 @@ jobs: | |
run: echo "status=success" >> $GITHUB_OUTPUT | ||
|
||
Notify: | ||
runs-on: ubuntu-22.04 | ||
runs-on: ubuntu-24.04 | ||
needs: [ GradleBuild, XCodeBuild, Test, Coverage, CodeAnalysis, DistributeAndroid, DistributeIOS ] | ||
if: always() | ||
steps: | ||
|
This file contains 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 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 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 |
---|---|---|
|
@@ -55,13 +55,13 @@ env: | |
jobs: | ||
|
||
GenerateGradleArtifacts: | ||
runs-on: ubuntu-22.04 | ||
runs-on: ubuntu-24.04 | ||
outputs: | ||
status: ${{ steps.status.outputs.status }} | ||
steps: | ||
|
||
- name: Setup Gradle Repo | ||
uses: Oztechan/Global/actions/setup-gradle-repo@873e06320ffabbaa07f705b7ea059c248a070f88 | ||
uses: Oztechan/Global/actions/setup-gradle-repo@0d56c9a53517f938b3f5183670fb5ed49a890ee7 | ||
|
||
- name: Adding secret files | ||
uses: ./.github/actions/add-secret-files | ||
|
@@ -102,14 +102,14 @@ jobs: | |
run: echo "status=success" >> $GITHUB_OUTPUT | ||
|
||
UploadToGooglePlay: | ||
runs-on: ubuntu-22.04 | ||
runs-on: ubuntu-24.04 | ||
needs: [ GenerateGradleArtifacts ] | ||
outputs: | ||
status: ${{ steps.status.outputs.status }} | ||
steps: | ||
|
||
- name: Clone Repo | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.0 | ||
|
||
- name: Download App Bundle | ||
uses: actions/[email protected] | ||
|
@@ -148,7 +148,7 @@ jobs: | |
run: echo "status=success" >> $GITHUB_OUTPUT | ||
|
||
UploadToHuaweiAppGallery: | ||
runs-on: ubuntu-22.04 | ||
runs-on: ubuntu-24.04 | ||
needs: [ GenerateGradleArtifacts ] | ||
outputs: | ||
status: ${{ steps.status.outputs.status }} | ||
|
@@ -179,7 +179,7 @@ jobs: | |
run: echo "status=success" >> $GITHUB_OUTPUT | ||
|
||
DeployToServer: | ||
runs-on: ubuntu-22.04 | ||
runs-on: ubuntu-24.04 | ||
needs: [ GenerateGradleArtifacts ] | ||
outputs: | ||
status: ${{ steps.status.outputs.status }} | ||
|
@@ -215,7 +215,7 @@ jobs: | |
status: ${{ steps.status.outputs.status }} | ||
steps: | ||
- name: Setup Gradle Repo | ||
uses: Oztechan/Global/actions/setup-gradle-repo@873e06320ffabbaa07f705b7ea059c248a070f88 | ||
uses: Oztechan/Global/actions/setup-gradle-repo@0d56c9a53517f938b3f5183670fb5ed49a890ee7 | ||
|
||
- name: Adding secret files | ||
uses: ./.github/actions/add-secret-files | ||
|
@@ -239,7 +239,7 @@ jobs: | |
run: echo "status=success" >> $GITHUB_OUTPUT | ||
|
||
Notify: | ||
runs-on: ubuntu-22.04 | ||
runs-on: ubuntu-24.04 | ||
needs: [ GenerateGradleArtifacts, UploadToGooglePlay, UploadToHuaweiAppGallery, DeployToServer, UploadToAppStore ] | ||
if: always() | ||
steps: | ||
|
This file contains 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 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 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 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 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
...droidMain/kotlin/com/oztechan/ccc/client/core/viewmodel/di/ViewModelDefinition.android.kt
This file contains 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 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.