remote-reader: fixed apk name
This commit is contained in:
@@ -37,7 +37,7 @@ android.applicationVariants.all { variant ->
|
||||
} else {
|
||||
newApkName = "${appName}-${output.baseName}-${variant.versionName}-unaligned.apk"
|
||||
}
|
||||
//output.outputFile = new File(output.outputFile.parent, newApkName)
|
||||
output.outputFileName = new File(newApkName)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user