mac
2024-10-21 daf698442afd57b6ea1fe89f3e9272743e66ed42
2024年10月21日09:26:06
2个文件已修改
7 ■■■■■ 已修改文件
app/build.gradle 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
app/src/main/AndroidManifest.xml 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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是产品功能迭代用的,最后一位0是我们修复bug用的
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
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"