Skip to content
Open
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
11 changes: 4 additions & 7 deletions 3rdparty/patched-zxing-build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ plugins {
}

android {
compileSdk 35
compileSdk 37
// ndk version 25 is known to support c++20 (see #386)
// ndkVersion '25.1.8937393'

defaultConfig {
minSdkVersion 21
targetSdkVersion 35
targetSdkVersion 37

ndk {
// speed up build: compile only arm versions
Expand All @@ -25,11 +25,8 @@ android {
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
kotlinOptions {
jvmTarget = '17'
sourceCompatibility JavaVersion.VERSION_21
targetCompatibility JavaVersion.VERSION_21
}
externalNativeBuild {
cmake {
Expand Down
Loading
Loading