Skip to content

Commit 7a4ae23

Browse files
committed
Merge branch 'main' of github.com:opendocument-app/OpenDocument.droid into add-password-protected-tests
2 parents ff86414 + b928ba2 commit 7a4ae23

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/build_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ concurrency:
99
cancel-in-progress: true
1010

1111
env:
12-
ndk_version: 26.3.11579264
12+
ndk_version: 28.1.13356709
1313

1414
jobs:
1515
build:
@@ -86,6 +86,7 @@ jobs:
8686
- { arch: x86_64, api-level: 29 }
8787
- { arch: x86_64, api-level: 30 }
8888
- { arch: x86_64, api-level: 32 }
89+
- { arch: x86_64, api-level: 34 }
8990
steps:
9091
- name: checkout
9192
uses: actions/checkout@v4

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
android {
11-
ndkVersion "26.3.11579264"
11+
ndkVersion "28.1.13356709"
1212
}
1313

1414
tasks.register('conanProfile', Copy) {
@@ -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)