Skip to content

Commit

Permalink
update gradle properties
Browse files Browse the repository at this point in the history
  • Loading branch information
VREMSoftwareDevelopment committed Aug 1, 2021
1 parent c908ceb commit 2952be0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
java-version: 16
- name: lint
run: bash ./gradlew lint --stacktrace
run: bash ./gradlew lintDebug --stacktrace
- name: unit tests
run: bash ./gradlew testDebugUnitTest --stacktrace
- name: coverage
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ org.gradle.daemon.idletimeout=0
#
android.useAndroidX=true
android.enableJetifier=true
android.jetifier.ignorelist=bcprov-jdk15on

0 comments on commit 2952be0

Please sign in to comment.