-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update gradle/wrapper-validation-action action to v2.1.3 (#327)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
eb9ccc4
commit e34eab7
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
java-version: 17 | ||
|
||
- name: Validate Gradle Wrapper | ||
uses: gradle/[email protected].2 | ||
uses: gradle/[email protected].3 | ||
|
||
- name: Build | ||
run: bash gradlew build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
java-version: 17 | ||
|
||
- name: Validate Gradle Wrapper | ||
uses: gradle/[email protected].2 | ||
uses: gradle/[email protected].3 | ||
|
||
- name: Build APK | ||
run: bash gradlew app:assembleRelease | ||
|