mirror of
https://github.com/adaptech-cz/Tesseract4Android.git
synced 2026-01-09 06:12:45 +08:00
Update compileSdk and targetSdk to 34
This commit is contained in:
parent
a1221cecaf
commit
8514aa0d2d
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user