Update compileSdk and targetSdk to 34

This commit is contained in:
Robert Pösel 2024-12-01 15:36:27 +01:00
parent a1221cecaf
commit 8514aa0d2d

View File

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