修改应用包权限设置更新说明
This commit is contained in:
@@ -207,7 +207,7 @@ android {
|
|||||||
}
|
}
|
||||||
println "Output APK (Tags): "+ outTagDir.getAbsolutePath() + "/${outputFileName}"
|
println "Output APK (Tags): "+ outTagDir.getAbsolutePath() + "/${outputFileName}"
|
||||||
}
|
}
|
||||||
// 设置权限775
|
// 设置权限775。
|
||||||
if(fullApkFile.exists()){
|
if(fullApkFile.exists()){
|
||||||
exec {
|
exec {
|
||||||
commandLine 'chmod', '775', fullApkFile.absolutePath
|
commandLine 'chmod', '775', fullApkFile.absolutePath
|
||||||
@@ -225,7 +225,7 @@ android {
|
|||||||
}
|
}
|
||||||
println "Output APK (Tags): "+ outTagDir.getAbsolutePath() + "/${szCommonTagAPKName}"
|
println "Output APK (Tags): "+ outTagDir.getAbsolutePath() + "/${szCommonTagAPKName}"
|
||||||
}
|
}
|
||||||
// 设置权限775
|
// 设置权限775。
|
||||||
if(shortApkFile.exists()){
|
if(shortApkFile.exists()){
|
||||||
exec {
|
exec {
|
||||||
commandLine 'chmod', '775', shortApkFile.absolutePath
|
commandLine 'chmod', '775', shortApkFile.absolutePath
|
||||||
@@ -307,7 +307,7 @@ android {
|
|||||||
}
|
}
|
||||||
println "Output APK (Tags): "+ outTagDir.getAbsolutePath() + "/${outputFileName}"
|
println "Output APK (Tags): "+ outTagDir.getAbsolutePath() + "/${outputFileName}"
|
||||||
}
|
}
|
||||||
// 权限设为775
|
// 权限设为775。
|
||||||
if(debugFullApk.exists()){
|
if(debugFullApk.exists()){
|
||||||
exec {
|
exec {
|
||||||
commandLine 'chmod', '775', debugFullApk.absolutePath
|
commandLine 'chmod', '775', debugFullApk.absolutePath
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Wed May 20 12:18:55 GMT 2026
|
#Sun May 24 03:14:54 GMT 2026
|
||||||
stageCount=2
|
stageCount=2
|
||||||
libraryProject=libwinboll
|
libraryProject=libwinboll
|
||||||
baseVersion=15.20
|
baseVersion=15.20
|
||||||
publishVersion=15.20.1
|
publishVersion=15.20.1
|
||||||
buildCount=8
|
buildCount=9
|
||||||
baseBetaVersion=15.20.2
|
baseBetaVersion=15.20.2
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Sun May 24 03:03:18 GMT 2026
|
#Sun May 24 03:14:54 GMT 2026
|
||||||
stageCount=2
|
stageCount=2
|
||||||
libraryProject=libwinboll
|
libraryProject=libwinboll
|
||||||
baseVersion=15.20
|
baseVersion=15.20
|
||||||
publishVersion=15.20.1
|
publishVersion=15.20.1
|
||||||
buildCount=8
|
buildCount=9
|
||||||
baseBetaVersion=15.20.2
|
baseBetaVersion=15.20.2
|
||||||
|
|||||||
Reference in New Issue
Block a user