diff --git a/ocr_ui/build.gradle b/ocr_ui/build.gradle index fd0ce5c..b9747c9 100644 --- a/ocr_ui/build.gradle +++ b/ocr_ui/build.gradle @@ -4,12 +4,12 @@ apply plugin: 'com.android.library' android { - compileSdkVersion 27 - buildToolsVersion "27.0.2" + compileSdkVersion 30 + buildToolsVersion "30.0.3" defaultConfig { - minSdkVersion 14 - targetSdkVersion 27 + minSdkVersion 23 + targetSdkVersion 30 versionCode 1 versionName "1.0" diff --git a/ocr_ui/src/main/AndroidManifest.xml b/ocr_ui/src/main/AndroidManifest.xml index 30315a3..9105dfd 100644 --- a/ocr_ui/src/main/AndroidManifest.xml +++ b/ocr_ui/src/main/AndroidManifest.xml @@ -2,25 +2,30 @@ ~ Copyright (C) 2017 Baidu, Inc. All Rights Reserved. --> + xmlns:tools="http://schemas.android.com/tools" + package="com.baidu.ocr.ui"> - - - - - + + + + + + - + - +