KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
secret-android
★ 12
Open GitHub ↗
android
Download README (.md)
Explore Similar Repositories
SpaceStation8
:
A demo game created for Ludum Jam 49
binance-nft-bot
:
Allows automatically participate in NFT sales. Buys maximum amount of NTFs automatically when a sale starts. Supports only English site version.
architectural-katas-2021-fall
:
O'Reilly Architectural Katas 2021 fall
HelloAce
:
Example Ace3 addon
backend
:
chesspecker is an open-source app to practice chess!
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
secret-android
?
Download (.md)
# Secret for Android ## What is included in the open source client The project in this repository contains the Secret for Android client project. You can build the project yourself. However, there are some differences with the binary Secret client available on the Play Store. These differences are: - the open source project does not include the API keys of Firebase, HockeyApp and other 3rd party services. ## Prerequisites In order to build Wire for Android locally, it is necessary to install the following tools on the local machine: - JDK 8 - Android SDK - Android NDK ## How to build locally 1. Check out the secret-android repository. 2. Switch to latest release branch `release` 3. From the checkout folder, run `./gradlew assembleProdRelease`. This will pull in all the necessary dependencies from Maven. ## Android Studio When importing project in Android Studio **do not allow** gradle plugin update. Our build setup requires Android Plugin for Gradle version 3.2.1.