mirror of
https://github.com/adaptech-cz/Tesseract4Android.git
synced 2026-01-09 06:12:45 +08:00
Update compileSdk and targetSdk to 35
This commit is contained in:
parent
33e624a47f
commit
3d7d4992bb
@ -4,12 +4,12 @@ plugins {
|
||||
|
||||
android {
|
||||
namespace 'cz.adaptech.tesseract4android.sample'
|
||||
compileSdk 34
|
||||
compileSdk 35
|
||||
|
||||
defaultConfig {
|
||||
applicationId "cz.adaptech.tesseract4android.sample"
|
||||
minSdk 21
|
||||
targetSdk 34
|
||||
targetSdk 35
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
|
||||
|
||||
@ -5,12 +5,12 @@ plugins {
|
||||
|
||||
android {
|
||||
namespace 'cz.adaptech.tesseract4android'
|
||||
compileSdk 34
|
||||
compileSdk 35
|
||||
ndkVersion "27.2.12479018"
|
||||
|
||||
defaultConfig {
|
||||
minSdk 21
|
||||
targetSdk 34
|
||||
targetSdk 35
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
externalNativeBuild {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user