8000 [FSSDK-10501] forward exceptions for ODP fetch segments by jaeopt · Pull Request #483 · optimizely/android-sdk · GitHub
[go: up one dir, main page]

Skip to content

[FSSDK-10501] forward exceptions for ODP fetch segments #483

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Jul 31, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
testing github action
  • Loading branch information
jaeopt committed Jul 30, 2024
commit 38d1f602565d1595ea7f30c3064af47b1ee25843
3 changes: 2 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,9 @@ jobs:
- name: checkout
uses: actions/checkout@v2
- name: set up JDK 17
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 17
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down
Loading
0