Skip to content

Commit

Permalink
Merge branch 'fix/crash-notifications-not-showing-on-android-13' of h…
Browse files Browse the repository at this point in the history
…ttps://github.com/infinum/android-sentinel into fix/crash-notifications-not-showing-on-android-13
  • Loading branch information
KCeh committed Mar 1, 2024
2 parents 347e0bc + 3d81cd7 commit 1094244
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Java
uses: actions/setup-java@v2
with:
distribution: "adopt"
java-version: 17
- name: Save Gradle Caches
uses: actions/cache@v2
with:
Expand All @@ -33,6 +38,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Java
uses: actions/setup-java@v2
with:
distribution: "adopt"
java-version: 17
- name: Save Gradle Caches
uses: actions/cache@v2
with:
Expand All @@ -51,6 +61,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Java
uses: actions/setup-java@v2
with:
distribution: "adopt"
java-version: 17
- name: Save Gradle Caches
uses: actions/cache@v2
with:
Expand All @@ -68,6 +83,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Java
uses: actions/setup-java@v2
with:
distribution: "adopt"
java-version: 17
- name: Save Gradle Caches
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 1094244

Please sign in to comment.