From daf698442afd57b6ea1fe89f3e9272743e66ed42 Mon Sep 17 00:00:00 2001 From: mac <user@users-MacBook-Pro.local> Date: 星期一, 21 十月 2024 09:26:16 +0800 Subject: [PATCH] 2024年10月21日09:26:06 --- app/src/main/AndroidManifest.xml | 3 ++- app/build.gradle | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 0871c83..c5b49c7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,11 +24,11 @@ keyPassword '85521566' } } - compileSdkVersion 34 + compileSdkVersion 31 defaultConfig { applicationId "com.hdl.photovoltaic" minSdkVersion 23 - targetSdkVersion 34 + targetSdkVersion 31 versionCode 2 versionName "1.5.0"//鐗堟湰瑙勫垯1.3鏄骇鍝佸姛鑳借凯浠g敤鐨�,鏈�鍚庝竴浣�0鏄垜浠慨澶峛ug鐢ㄧ殑 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 2c43c4d..3d4a321 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -174,7 +174,8 @@ <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> </activity> <!-- 娉ㄥ唽鏈嶅姟 --> - <service android:name=".internet.HttpServer.MyNanoHttpService" /> <!-- 鍔犲畠uniapp鎵嶈兘鍞よ捣鐩告満 --> + <service android:name=".internet.HttpServer.MyNanoHttpService" /> + <!-- 鍔犲畠uniapp鎵嶈兘鍞よ捣鐩告満 --> <provider android:name="io.dcloud.common.util.DCloud_FileProvider" android:authorities="com.hdl.photovoltaic.dc.fileprovider" -- Gitblit v1.8.0