删除多余资源
This commit is contained in:
+8
-8
@@ -54,13 +54,13 @@ android {
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
signingConfig signingConfigs.release
|
||||
android.applicationVariants.all { variant ->
|
||||
variant.outputs.all { output ->
|
||||
def sourceFile = "app-release"
|
||||
def replaceFile = "app-yixiong_v${defaultConfig.versionName}"
|
||||
outputFileName = output.outputFile.name.replace(sourceFile, replaceFile)
|
||||
}
|
||||
}
|
||||
// android.applicationVariants.all { variant ->
|
||||
// variant.outputs.all { output ->
|
||||
// def sourceFile = "app-release"
|
||||
// def replaceFile = "app-yixiong_v${defaultConfig.versionName}"
|
||||
// outputFileName = output.outputFile.name.replace(sourceFile, replaceFile)
|
||||
// }
|
||||
// }
|
||||
|
||||
|
||||
}
|
||||
@@ -110,7 +110,7 @@ android {
|
||||
|
||||
dependencies {
|
||||
implementation files('libs\\BASE64Encoder.jar')
|
||||
implementation files('libs\\com.heytap.msp_3.1.0.aar')
|
||||
// implementation files('libs\\com.heytap.msp_3.1.0.aar')
|
||||
//CGM
|
||||
// implementation files('libs/cgmlib-release.aar')
|
||||
// implementation files('libs/blecomm-release.aar')
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user