wjc
6 天以前 ea57ccafa076ce40311fa33862da54881ecb3afc
app/build.gradle
@@ -31,7 +31,7 @@
        minSdk 23
        targetSdk 35
        versionCode 20
        versionName "2.0"//版本规则1.3是产品功能迭代用的,最后一位0是我们修复bug用的
        versionName "2.0.0"//版本规则1.3是产品功能迭代用的,最后一位0是我们修复bug用的
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
        multiDexEnabled true
        manifestPlaceholders = mfph
@@ -91,7 +91,7 @@
     */
    android.applicationVariants.configureEach { variant ->
        variant.outputs.configureEach {
            outputFileName = "photovoltaic_v${versionName}_${generateTime()}_${getEnvironmentVersion(2)}.apk"
            outputFileName = "photovoltaic_v${versionName}_${generateTime()}_${getEnvironmentVersion(4)}.apk"
        }
    }