Skip to content

Commit b928ba2

Browse files
authored
Merge pull request #421 from opendocument-app/restore-min-sdk-23
restore min sdk 23
2 parents 29b5b82 + e8cd03d commit b928ba2

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/build_test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,9 @@ jobs:
8383
# broken for unknown reasons. needs some offline debugging
8484
# https://github.com/opendocument-app/OpenDocument.droid/issues/390
8585
# - { arch: x86_64, api-level: 23 }
86-
# disabled after https://github.com/opendocument-app/OpenDocument.droid/commit/48d718054f1667e4c0ab0016006c8b3f601d6a3a
87-
# - { arch: x86_64, api-level: 29 }
88-
# - { arch: x86_64, api-level: 30 }
89-
# - { arch: x86_64, api-level: 32 }
86+
- { arch: x86_64, api-level: 29 }
87+
- { arch: x86_64, api-level: 30 }
88+
- { arch: x86_64, api-level: 32 }
9089
- { arch: x86_64, api-level: 34 }
9190
steps:
9291
- name: checkout

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ tasks.register('conanProfile', Copy) {
3030
android {
3131
defaultConfig {
3232
applicationId "at.tomtasche.reader"
33-
minSdkVersion 34
33+
minSdkVersion 23
3434
compileSdkVersion 34
3535
targetSdkVersion 34
3636

0 commit comments

Comments
 (0)