Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vt-rn-pre-study
Project
Project
Details
Activity
Releases
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
朱传永
vt-rn-pre-study
Commits
6afc12be
Commit
6afc12be
authored
Jan 29, 2021
by
zhuchuanyong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: key
parent
2dae1e3d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
2 deletions
+13
-2
build.gradle
android/app/build.gradle
+8
-2
rnstudy.jks
android/app/rnstudy.jks
+0
-0
gradle.properties
android/gradle.properties
+5
-0
No files found.
android/app/build.gradle
View file @
6afc12be
...
...
@@ -144,6 +144,12 @@ android {
}
}
signingConfigs
{
config
{
storeFile
file
(
MYAPP_RELEASE_STORE_FILE
)
storePassword
MYAPP_RELEASE_STORE_PASSWORD
keyAlias
MYAPP_RELEASE_KEY_ALIAS
keyPassword
MYAPP_RELEASE_KEY_PASSWORD
}
debug
{
storeFile
file
(
'debug.keystore'
)
storePassword
'android'
...
...
@@ -153,12 +159,12 @@ android {
}
buildTypes
{
debug
{
signingConfig
signingConfigs
.
debu
g
signingConfig
signingConfigs
.
confi
g
}
release
{
// Caution! In production, you need to generate your own keystore file.
// see https://reactnative.dev/docs/signed-apk-android.
signingConfig
signingConfigs
.
debu
g
signingConfig
signingConfigs
.
confi
g
minifyEnabled
enableProguardInReleaseBuilds
proguardFiles
getDefaultProguardFile
(
"proguard-android.txt"
),
"proguard-rules.pro"
}
...
...
android/app/rnstudy.jks
0 → 100644
View file @
6afc12be
File added
android/gradle.properties
View file @
6afc12be
...
...
@@ -26,3 +26,8 @@ android.enableJetifier=true
# Version of flipper SDK to use with React Native
FLIPPER_VERSION
=
0.54.0
MYAPP_RELEASE_STORE_FILE
=
rnstudy.jks
MYAPP_RELEASE_KEY_ALIAS
=
VT
MYAPP_RELEASE_STORE_PASSWORD
=
123456
MYAPP_RELEASE_KEY_PASSWORD
=
123456
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