-
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.
Merge remote-tracking branch 'origin/develop'
- Loading branch information
Showing
86 changed files
with
1,841 additions
and
1,012 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,7 +65,7 @@ jobs: | |
steps: | ||
|
||
- name: Clone Repo | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
submodules: 'recursive' | ||
fetch-depth: 0 | ||
|
@@ -109,7 +109,7 @@ jobs: | |
|
||
- name: Set Job Status | ||
id: status | ||
run: echo "::set-output name=status::success" | ||
run: echo "status=success" >> $GITHUB_OUTPUT | ||
|
||
DistributeAndroid: | ||
runs-on: ubuntu-latest | ||
|
@@ -120,7 +120,7 @@ jobs: | |
steps: | ||
|
||
- name: Clone Repo # Needed for reading commit message for Firebase App Distribution | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
|
||
- name: Download Android Artifacts | ||
uses: actions/[email protected] | ||
|
@@ -150,7 +150,7 @@ jobs: | |
|
||
- name: Set Job Status | ||
id: status | ||
run: echo "::set-output name=status::success" | ||
run: echo "status=success" >> $GITHUB_OUTPUT | ||
|
||
XCodeBuild: | ||
runs-on: macos-13 | ||
|
@@ -159,7 +159,7 @@ jobs: | |
steps: | ||
|
||
- name: Clone Repo | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
submodules: 'recursive' | ||
fetch-depth: 0 | ||
|
@@ -208,7 +208,7 @@ jobs: | |
|
||
- name: Set Job Status | ||
id: status | ||
run: echo "::set-output name=status::success" | ||
run: echo "status=success" >> $GITHUB_OUTPUT | ||
|
||
DistributeIOS: | ||
runs-on: macos-13 | ||
|
@@ -218,7 +218,7 @@ jobs: | |
status: ${{ steps.status.outputs.status }} | ||
steps: | ||
- name: Clone Repo | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
|
||
- name: Download iOS IPA | ||
uses: actions/[email protected] | ||
|
@@ -237,7 +237,7 @@ jobs: | |
|
||
- name: Set Job Status | ||
id: status | ||
run: echo "::set-output name=status::success" | ||
run: echo "status=success" >> $GITHUB_OUTPUT | ||
|
||
Quality: | ||
runs-on: macos-13 | ||
|
@@ -246,7 +246,7 @@ jobs: | |
steps: | ||
|
||
- name: Clone Repo | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
submodules: 'recursive' | ||
|
||
|
@@ -273,7 +273,7 @@ jobs: | |
|
||
- name: Set Job Status | ||
id: status | ||
run: echo "::set-output name=status::success" | ||
run: echo "status=success" >> $GITHUB_OUTPUT | ||
|
||
UploadQualityReports: | ||
runs-on: ubuntu-latest | ||
|
@@ -282,7 +282,7 @@ jobs: | |
status: ${{ steps.status.outputs.status }} | ||
steps: | ||
- name: Clone Repo # Codecov requires it | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
|
||
- name: Download Coverage Report | ||
uses: actions/[email protected] | ||
|
@@ -320,7 +320,7 @@ jobs: | |
|
||
- name: Set Job Status | ||
id: status | ||
run: echo "::set-output name=status::success" | ||
run: echo "status=success" >> $GITHUB_OUTPUT | ||
|
||
CodeAnalysis: | ||
runs-on: ubuntu-latest | ||
|
@@ -329,7 +329,7 @@ jobs: | |
steps: | ||
|
||
- name: Clone Repo | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
submodules: 'recursive' | ||
|
||
|
@@ -353,7 +353,7 @@ jobs: | |
|
||
- name: Set Job Status | ||
id: status | ||
run: echo "::set-output name=status::success" | ||
run: echo "status=success" >> $GITHUB_OUTPUT | ||
|
||
Notify: | ||
runs-on: ubuntu-latest | ||
|
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 |
---|---|---|
|
@@ -60,7 +60,7 @@ jobs: | |
steps: | ||
|
||
- name: Clone Repo | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
submodules: 'recursive' | ||
fetch-depth: 0 | ||
|
@@ -109,7 +109,7 @@ jobs: | |
|
||
- name: Set Job Status | ||
id: status | ||
run: echo "::set-output name=status::success" | ||
run: echo "status=success" >> $GITHUB_OUTPUT | ||
|
||
UploadToGooglePlay: | ||
runs-on: ubuntu-latest | ||
|
@@ -144,7 +144,7 @@ jobs: | |
|
||
- name: Set Job Status | ||
id: status | ||
run: echo "::set-output name=status::success" | ||
run: echo "status=success" >> $GITHUB_OUTPUT | ||
|
||
UploadToHuaweiAppGallery: | ||
runs-on: ubuntu-latest | ||
|
@@ -175,7 +175,7 @@ jobs: | |
|
||
- name: Set Job Status | ||
id: status | ||
run: echo "::set-output name=status::success" | ||
run: echo "status=success" >> $GITHUB_OUTPUT | ||
|
||
DeployToServer: | ||
runs-on: ubuntu-latest | ||
|
@@ -206,15 +206,15 @@ jobs: | |
|
||
- name: Set Job Status | ||
id: status | ||
run: echo "::set-output name=status::success" | ||
run: echo "status=success" >> $GITHUB_OUTPUT | ||
|
||
UploadToAppStore: | ||
runs-on: macos-13 | ||
outputs: | ||
status: ${{ steps.status.outputs.status }} | ||
steps: | ||
- name: Clone Repo | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
submodules: 'recursive' | ||
fetch-depth: 0 | ||
|
@@ -240,7 +240,7 @@ jobs: | |
|
||
- name: Set Job Status | ||
id: status | ||
run: echo "::set-output name=status::success" | ||
run: echo "status=success" >> $GITHUB_OUTPUT | ||
|
||
Notify: | ||
runs-on: ubuntu-latest | ||
|
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
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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
plugins { | ||
libs.plugins.apply { | ||
application | ||
id(jvm.get().pluginId) | ||
alias(kotlinJvm) | ||
alias(ksp) | ||
} | ||
} | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
plugins { | ||
libs.plugins.apply { | ||
id(jvm.get().pluginId) | ||
alias(kotlinJvm) | ||
alias(ksp) | ||
} | ||
} | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
plugins { | ||
id(libs.plugins.jvm.get().pluginId) | ||
alias(libs.plugins.kotlinJvm) | ||
} | ||
|
||
dependencies { | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
plugins { | ||
libs.plugins.apply { | ||
id(jvm.get().pluginId) | ||
alias(kotlinJvm) | ||
alias(ksp) | ||
} | ||
} | ||
|
Oops, something went wrong.