Skip to content

Commit

Permalink
Update Dependabot and CI configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Patryk Miś <[email protected]>
  • Loading branch information
PatrykMis committed Mar 26, 2024
1 parent 1d8708a commit 7e5fddb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ updates:
directory: "/"
schedule:
interval: daily
target-branch: main
target-branch: "14.1"
- package-ecosystem: gradle
directory: "/"
schedule:
interval: daily
target-branch: main
target-branch: "14.1"
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
java-version: 17
cache: gradle
- name: Build with Gradle
run: ./gradlew build --no-daemon
run: ./gradlew assemblePhoneDebug assemblePhoneRelease --no-daemon

0 comments on commit 7e5fddb

Please sign in to comment.