|
|
@ -46,6 +46,16 @@ android {
|
|
|
|
debug {
|
|
|
|
debug {
|
|
|
|
jniDebuggable true
|
|
|
|
jniDebuggable true
|
|
|
|
testCoverageEnabled false
|
|
|
|
testCoverageEnabled false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
android.applicationVariants.all { variant ->
|
|
|
|
|
|
|
|
variant.outputs.all { output ->
|
|
|
|
|
|
|
|
if (outputFileName.endsWith('.apk')) {
|
|
|
|
|
|
|
|
def fileName = "mpapp_v${defaultConfig.versionName}_${new Date(System.currentTimeMillis()).format("yyyyMMdd")}.apk"
|
|
|
|
|
|
|
|
outputFileName = fileName
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|