Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
ClashForAndroid
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
many-archive
ClashForAndroid
Commits
bb1052bb
There was an error fetching the commit references. Please try again later.
Commit
bb1052bb
authored
3 years ago
by
kr328
Browse files
Options
Downloads
Patches
Plain Diff
Chore: update README.md
parent
7dad0834
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-6
6 additions, 6 deletions
README.md
with
6 additions
and
6 deletions
README.md
+
6
−
6
View file @
bb1052bb
...
@@ -38,13 +38,13 @@ See also [PRIVACY_POLICY.md](./PRIVACY_POLICY.md)
...
@@ -38,13 +38,13 @@ See also [PRIVACY_POLICY.md](./PRIVACY_POLICY.md)
sdk.dir
=
/path/to/android-sdk
sdk.dir
=
/path/to/android-sdk
```
```
4.
Create
`
keystore
.properties`
in project root with
4.
Create
`
signing
.properties`
in project root with
```
properties
```
properties
store
File
=
/path/to/keystore/file
key
store
.path
=
/path/to/keystore/file
store
P
assword
=
<key store password>
key
store
.p
assword
=
<key store password>
key
A
lias
=
<key alias>
key
.a
lias
=
<key alias>
key
P
assword
=
<key password>
key
.p
assword
=
<key password>
```
```
5.
Build
5.
Build
...
@@ -53,4 +53,4 @@ See also [PRIVACY_POLICY.md](./PRIVACY_POLICY.md)
...
@@ -53,4 +53,4 @@ See also [PRIVACY_POLICY.md](./PRIVACY_POLICY.md)
./gradlew app:assembleFossRelease
./gradlew app:assembleFossRelease
```
```
6.
Pick
`app-foss-<arch>-release
-signed
.apk`
in
`app/build/outputs/apk/foss/release/`
6.
Pick
`app-foss-<arch>-release.apk`
in
`app/build/outputs/apk/foss/release/`
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment