Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
IMSDK_Demo
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王文龙
IMSDK_Demo
Commits
6ab9e186
Commit
6ab9e186
authored
Dec 16, 2020
by
王文龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[update]更换keystore
parent
e9ce8a9c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
build.gradle
app/build.gradle
+8
-8
imteacher.keystore
keystore/imteacher.keystore
+0
-0
zgim.keystore
keystore/zgim.keystore
+0
-0
No files found.
app/build.gradle
View file @
6ab9e186
...
...
@@ -28,16 +28,16 @@ android {
signingConfigs
{
debug
{
storeFile
file
(
"../keystore/
zgim
.keystore"
)
storePassword
"
zgim123456
"
keyAlias
"
zgimalias
.keystore"
keyPassword
"
zgim123456
"
storeFile
file
(
"../keystore/
imteacher
.keystore"
)
storePassword
"
imteacher.keystore
"
keyAlias
"
imteacher
.keystore"
keyPassword
"
imteacher.keystore
"
}
release
{
storeFile
file
(
"../keystore/
zgim
.keystore"
)
storePassword
"
zgim123456
"
keyAlias
"
zgimalias
.keystore"
keyPassword
"
zgim123456
"
storeFile
file
(
"../keystore/
imteacher
.keystore"
)
storePassword
"
imteacher.keystore
"
keyAlias
"
imteacher
.keystore"
keyPassword
"
imteacher.keystore
"
}
}
...
...
keystore/imteacher.keystore
0 → 100644
View file @
6ab9e186
File added
keystore/zgim.keystore
deleted
100644 → 0
View file @
e9ce8a9c
File deleted
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