JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_更新 simpleDemo 构建配置和清单文件
This commit is contained in:
@@ -8,8 +8,8 @@ android {
|
||||
applicationId "cn.com.jlbank.ai"
|
||||
minSdkVersion 33
|
||||
targetSdkVersion 33
|
||||
versionName System.getenv("versionName") ?: "0.0.6"
|
||||
versionCode System.getenv("versionCode")?.toInteger() ?: 230
|
||||
versionName System.getenv("versionName") ?: "0.0.8"
|
||||
versionCode System.getenv("versionCode")?.toInteger() ?: 231
|
||||
multiDexEnabled true
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="cn.com.jlbank.ai"
|
||||
>
|
||||
<queries>
|
||||
<intent>
|
||||
<action android:name="android.media.action.IMAGE_CAPTURE" />
|
||||
@@ -42,6 +45,17 @@
|
||||
android:name="android.hardware.microphone"
|
||||
android:required="true"/>
|
||||
|
||||
<!-- 强制移除隐式引入的低版本存储权限(优化:添加maxSdkVersion更规范) -->
|
||||
<uses-permission
|
||||
android:name="android.permission.READ_EXTERNAL_STORAGE"
|
||||
android:maxSdkVersion="32"
|
||||
tools:node="remove"/>
|
||||
<uses-permission
|
||||
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
|
||||
android:maxSdkVersion="32"
|
||||
tools:node="remove"/>
|
||||
|
||||
|
||||
<application
|
||||
android:allowBackup="false"
|
||||
android:allowClearUserData="true"
|
||||
|
||||
Reference in New Issue
Block a user