Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lib_base
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sikang
lib_base
Commits
7cc76e04
Commit
7cc76e04
authored
Mar 28, 2019
by
sikang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add walle
parent
ae5ba663
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
17 deletions
+13
-17
app_build.gradle
+10
-0
project_build.gradle
+1
-15
script/creat_keystore.sh
+2
-2
No files found.
app_build.gradle
0 → 100644
View file @
7cc76e04
apply
plugin:
'walle'
walle
{
// 指定渠道包的输出路径
apkOutputFolder
=
new
File
(
"${project.buildDir}/outputs/channels"
)
// 定制渠道包的APK的文件名称
apkFileNameFormat
=
'${packageName}_${channel}.apk'
// 渠道配置文件
channelFile
=
new
File
(
"${project.getProjectDir()}/channel"
)
}
project_build.gradle
View file @
7cc76e04
defaultTasks
'clean'
,
'resguardAppProductWebsiteRelease'
buildscript
{
repositories
{
google
()
jcenter
()
mavenCentral
()
}
dependencies
{
// classpath 'com.google.gms:google-services:4.0.1'
// classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
// classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.0'
// classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.5.4"
}
}
defaultTasks
'clean'
,
'assembleAppProductWebsiteReleaseChannels'
ext
{
// sdk & tools
...
...
script/creat_keystore.sh
View file @
7cc76e04
...
...
@@ -25,4 +25,4 @@ sed -i "" "s#^signging_certificatePassword=.*#signging_certificatePassword=${cer
sed
-i
""
"s#^signging_storePassword=.*#signging_storePassword=
${
storePassword
}
#g"
gradle.properties
echo
"ready to create new kestore
${
alias
}
"
keytool
-genkey
-alias
"
${
alias
}
"
-keyalg
RSA
-validity
20000
-keystore
jks/
"
${
alias
}
"
.keystore
\ No newline at end of file
keytool
-genkey
-alias
"
${
alias
}
"
-keypass
"
${
alias
}
"
-storepass
"
${
alias
}
"
-dname
"CN=Unknown, OU=Unknown, O=Unknown, L=Unknown, ST=Unknown, C=Unknown"
-keyalg
RSA
-validity
20000
-keystore
jks/
"
${
alias
}
"
.keystore
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment