Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,9 @@ jobs:
# broken for unknown reasons. needs some offline debugging
# https://github.com/opendocument-app/OpenDocument.droid/issues/390
# - { arch: x86_64, api-level: 23 }
# disabled after https://github.com/opendocument-app/OpenDocument.droid/commit/48d718054f1667e4c0ab0016006c8b3f601d6a3a
# - { arch: x86_64, api-level: 29 }
# - { arch: x86_64, api-level: 30 }
# - { arch: x86_64, api-level: 32 }
- { arch: x86_64, api-level: 29 }
- { arch: x86_64, api-level: 30 }
- { arch: x86_64, api-level: 32 }
- { arch: x86_64, api-level: 34 }
steps:
- name: checkout
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ tasks.register('conanProfile', Copy) {
android {
defaultConfig {
applicationId "at.tomtasche.reader"
minSdkVersion 34
minSdkVersion 23
compileSdkVersion 34
targetSdkVersion 34

Expand Down
Loading