Update compileSdk and targetSdk to 35

This commit is contained in:
Robert Pösel 2025-06-10 14:38:16 +02:00
parent 33e624a47f
commit 3d7d4992bb
2 changed files with 4 additions and 4 deletions

View File

@ -4,12 +4,12 @@ plugins {
android { android {
namespace 'cz.adaptech.tesseract4android.sample' namespace 'cz.adaptech.tesseract4android.sample'
compileSdk 34 compileSdk 35
defaultConfig { defaultConfig {
applicationId "cz.adaptech.tesseract4android.sample" applicationId "cz.adaptech.tesseract4android.sample"
minSdk 21 minSdk 21
targetSdk 34 targetSdk 35
versionCode 1 versionCode 1
versionName "1.0" versionName "1.0"

View File

@ -5,12 +5,12 @@ plugins {
android { android {
namespace 'cz.adaptech.tesseract4android' namespace 'cz.adaptech.tesseract4android'
compileSdk 34 compileSdk 35
ndkVersion "27.2.12479018" ndkVersion "27.2.12479018"
defaultConfig { defaultConfig {
minSdk 21 minSdk 21
targetSdk 34 targetSdk 35
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
externalNativeBuild { externalNativeBuild {