Skip to content

Commit

Permalink
Merge pull request #334 from winter-yuki/fix-build
Browse files Browse the repository at this point in the history
Restore buildability #333
  • Loading branch information
zuevval authored Aug 25, 2024
2 parents e7e41e8 + a01d9a9 commit 601ec89
Show file tree
Hide file tree
Showing 27 changed files with 461 additions and 193 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,24 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- name: set up JDK 1.8
- name: set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 17
- name: grant permissions to gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew assembleDebug
- name: Run unit tests
run: ./gradlew test
- name: Run instrumental tests
# warning: it depends on "grant permission to gradlew" step
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
script: ./gradlew connectedCheck
# - name: Run instrumental tests
# # warning: it depends on "grant permission to gradlew" step
# uses: reactivecircus/android-emulator-runner@v2
# with:
# api-level: 29
# script: ./gradlew connectedCheck
- name: Generate documentation
run: ./gradlew dokka
run: ./gradlew dokkaHtml
- name: Upload APK to artifacts
uses: actions/upload-artifact@v1
with:
Expand Down
6 changes: 3 additions & 3 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/deploymentTargetSelector.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/migrations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

252 changes: 252 additions & 0 deletions .idea/other.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions .idea/runConfigurations.xml

This file was deleted.

Loading

0 comments on commit 601ec89

Please sign in to comment.