Skip to content

Commit

Permalink
Upgrade java version in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Sep 16, 2023
1 parent 426b51e commit fc51e9b
Show file tree
Hide file tree
Showing 4 changed files with 832 additions and 811 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: 🔧 Setup java
uses: actions/setup-java@v3
with:
java-version: "11"
java-version: "17"
distribution: "adopt"
- name: Get flutter version
run: |
Expand Down Expand Up @@ -526,7 +526,7 @@ jobs:
- name: 🔧 Setup java
uses: actions/setup-java@v3
with:
java-version: "11"
java-version: "17"
distribution: "adopt"
- name: Get flutter version
run: |
Expand Down
17 changes: 9 additions & 8 deletions app/android/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ GEM
artifactory (3.0.15)
atomos (0.1.3)
aws-eventstream (1.2.0)
aws-partitions (1.820.0)
aws-sdk-core (3.181.0)
aws-partitions (1.824.0)
aws-sdk-core (3.181.1)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.5)
Expand All @@ -36,7 +36,7 @@ GEM
unf (>= 0.0.5, < 1.0.0)
dotenv (2.8.1)
emoji_regex (3.2.3)
excon (0.102.0)
excon (0.103.0)
faraday (1.10.3)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
Expand Down Expand Up @@ -66,7 +66,7 @@ GEM
faraday_middleware (1.2.0)
faraday (~> 1.0)
fastimage (2.2.7)
fastlane (2.214.0)
fastlane (2.215.0)
CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.8, < 3.0.0)
artifactory (~> 3.0)
Expand All @@ -87,6 +87,7 @@ GEM
google-apis-playcustomapp_v1 (~> 0.1)
google-cloud-storage (~> 1.31)
highline (~> 2.0)
http-cookie (~> 1.0.5)
json (< 3.0.0)
jwt (>= 2.1.0, < 3)
mini_magick (>= 4.9.4, < 5.0.0)
Expand All @@ -98,7 +99,7 @@ GEM
security (= 0.1.3)
simctl (~> 1.6.3)
terminal-notifier (>= 2.0.0, < 3.0.0)
terminal-table (>= 1.4.5, < 2.0.0)
terminal-table (~> 3)
tty-screen (>= 0.6.3, < 1.0.0)
tty-spinner (>= 0.8.0, < 1.0.0)
word_wrap (~> 1.0.0)
Expand Down Expand Up @@ -182,8 +183,8 @@ GEM
CFPropertyList
naturally
terminal-notifier (2.0.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
trailblazer-option (0.1.2)
tty-cursor (0.7.1)
tty-screen (0.8.1)
Expand All @@ -193,7 +194,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
unicode-display_width (1.8.0)
unicode-display_width (2.4.2)
webrick (1.8.1)
word_wrap (1.0.0)
xcodeproj (1.22.0)
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@docusaurus/preset-classic": "2.4.1",
"@docusaurus/theme-common": "2.4.1",
"@mdx-js/react": "^1.6.22",
"@swc/core": "^1.3.83",
"@swc/core": "^1.3.85",
"animate.css": "^4.1.1",
"clsx": "^2.0.0",
"node-fetch": "^3.3.2",
Expand All @@ -50,7 +50,7 @@
"packageManager": "[email protected]",
"devDependencies": {
"@docusaurus/module-type-aliases": "2.4.1",
"@tsconfig/docusaurus": "^2.0.0",
"@tsconfig/docusaurus": "^2.0.1",
"markdownlint-cli2": "^0.9.2",
"typescript": "^5.2.2",
"webpack": "^5.88.2"
Expand Down
Loading

0 comments on commit fc51e9b

Please sign in to comment.