Skip to content

Commit 46d901c

Browse files
Update yml
1 parent b52458d commit 46d901c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ jobs:
8686
steps:
8787
- name: checkout
8888
uses: actions/checkout@v2
89-
- name: set up JDK 17
89+
- name: set up JDK 11
9090
uses: actions/setup-java@v1
9191
with:
92-
java-version: 17
92+
java-version: 11
9393
- name: Enable KVM
9494
run: |
9595
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,5 +151,4 @@ License (Public Domain): [https://github.com/noveogroup/android-logger/blob/mast
151151

152152
- Ruby - https://github.com/optimizely/ruby-sdk
153153

154-
- Swift - https://github.com/optimizely/swift-sdk
155-
154+
- Swift - https://github.com/optimizely/swift-sdk

0 commit comments

Comments
 (0)