-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(WEBRTC-2141): dependency bumps (#212)
* chore: dependency bumps * chore: bump app compile level to 33 * chore: specify kotlin version 1.6.21 * Revert "chore: specify kotlin version 1.6.21" This reverts commit 23716ab. * chore: change setup/java version * Revert "chore: change setup/java version" This reverts commit 9845141. * fix: onCreateOptionsMenu correct override parameter
- Loading branch information
1 parent
78907cb
commit b44206f
Showing
9 changed files
with
25 additions
and
25 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 |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
# 1 | ||
- uses: actions/[email protected] | ||
- name: set up JDK 1.8 | ||
uses: actions/setup-java@v3.4.1 | ||
uses: actions/setup-java@v3.5.0 | ||
with: | ||
distribution: 'zulu' | ||
java-version: '11' | ||
|
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
- name: "📥 Check-out" | ||
uses: actions/[email protected] | ||
- name: set up JDK 1.8 | ||
uses: actions/setup-java@v3.4.1 | ||
uses: actions/setup-java@v3.5.0 | ||
with: | ||
distribution: 'zulu' | ||
java-version: '11' | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- name: set up JDK 1.8 | ||
uses: actions/setup-java@v3.4.1 | ||
uses: actions/setup-java@v3.5.0 | ||
with: | ||
distribution: 'zulu' | ||
java-version: '11' | ||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- name: set up JDK 1.8 | ||
uses: actions/setup-java@v3.4.1 | ||
uses: actions/setup-java@v3.5.0 | ||
with: | ||
distribution: 'zulu' | ||
java-version: '11' | ||
|
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