comparison mupdf-source/thirdparty/zxing-cpp/wrappers/android/gradle/libs.versions.toml @ 2:b50eed0cc0ef upstream

ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4. The directory name has changed: no version number in the expanded directory now.
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 15 Sep 2025 11:43:07 +0200
parents
children
comparison
equal deleted inserted replaced
1:1d09e1dec1d9 2:b50eed0cc0ef
1 [versions]
2 androidGradlePlugin = "8.7.3"
3 androidCompileSdk = "35"
4 androidMinSdk = "21"
5 androidTargetSdk = "35"
6 androidx-appcompat = "1.7.0"
7 androidx-camera = "1.4.1"
8 androidx-core = "1.15.0"
9 androidx-constraintLayout = "2.2.0"
10 android-material = "1.12.0"
11 kotlin = "1.9.10"
12 zxing-core = "3.5.3"
13
14 [libraries]
15 androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "androidx-appcompat" }
16 androidx-camera-core = { module = "androidx.camera:camera-core", version.ref = "androidx-camera" }
17 androidx-camera-camera2 = { module = "androidx.camera:camera-camera2", version.ref = "androidx-camera" }
18 androidx-camera-lifecycle = { module = "androidx.camera:camera-lifecycle", version.ref = "androidx-camera" }
19 androidx-camera-view = { module = "androidx.camera:camera-view", version.ref = "androidx-camera" }
20 androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "androidx-constraintLayout" }
21 androidx-core = { module = "androidx.core:core-ktx", version.ref = "androidx-core" }
22 android-material = { module = "com.google.android.material:material", version.ref = "android-material" }
23 zxing-core = { module = "com.google.zxing:core", version.ref = "zxing-core" }
24
25 [plugins]
26 android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }
27 android-library = { id = "com.android.library", version.ref = "androidGradlePlugin" }
28 kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
29