Skip to content

Commit

Permalink
Merge pull request #326 from braille-systems/release/1.3.0
Browse files Browse the repository at this point in the history
Release/1.3.0
  • Loading branch information
zuevval committed Oct 31, 2021
2 parents 8033a3d + 6f325cf commit d88eba2
Show file tree
Hide file tree
Showing 114 changed files with 5,898 additions and 4,558 deletions.
10 changes: 10 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# icons are binary
*.png binary

# code files and `gradlew` should always have LF line endings
*.kt text
*.xml text
gradlew text

# other files are treated as text by default
* text=auto
3 changes: 2 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- master
- dev
pull_request:
workflow_dispatch:

jobs:
build-and-test: # instrumental tests run on MacOS to enable hardware acceleration
Expand All @@ -27,7 +28,7 @@ jobs:
run: ./gradlew test
- name: Run instrumental tests
# warning: it depends on "grant permission to gradlew" step
uses: reactivecircus/android-emulator-runner@v1
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
script: ./gradlew connectedCheck
Expand Down
Loading

0 comments on commit d88eba2

Please sign in to comment.