From 4d0c8d406a359e59fa76aba2c780a62e372172cb Mon Sep 17 00:00:00 2001 From: lijia Date: Mon, 11 Sep 2023 15:53:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ocr_ui/build.gradle | 8 +++---- ocr_ui/src/main/AndroidManifest.xml | 35 ++++++++++++++++------------- 2 files changed, 24 insertions(+), 19 deletions(-) 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"> - - - - - + + + + + + - + - +