|
|
2 lat temu | |
|---|---|---|
| .github | 2 lat temu | |
| .idea | 3 lat temu | |
| app | 2 lat temu | |
| common | 2 lat temu | |
| core | 2 lat temu | |
| design | 2 lat temu | |
| fastlane | 3 lat temu | |
| gradle | 3 lat temu | |
| hideapi | 4 lat temu | |
| service | 2 lat temu | |
| .gitattributes | 4 lat temu | |
| .gitignore | 4 lat temu | |
| .gitmodules | 2 lat temu | |
| CONTRIBUTING.md | 4 lat temu | |
| LICENSE | 4 lat temu | |
| NOTICE | 4 lat temu | |
| PRIVACY_POLICY.md | 4 lat temu | |
| README.md | 2 lat temu | |
| build.gradle.kts | 2 lat temu | |
| gradle.properties | 4 lat temu | |
| gradlew | 4 lat temu | |
| gradlew.bat | 4 lat temu | |
| release.keystore | 3 lat temu | |
| settings.gradle.kts | 3 lat temu |
A Graphical user interface of Clash.Meta for Android
Feature of Clash.Meta
[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png"
alt="Get it on F-Droid"
height="80">](https://f-droid.org/packages/com.github.metacubex.clash.meta/)
armeabi-v7a , arm64-v8a, x86 or x86_64 ArchitectureUpdate submodules
git submodule update --init --recursive
Install OpenJDK 11, Android SDK, CMake and Golang
Create local.properties in project root with
sdk.dir=/path/to/android-sdk
Create signing.properties in project root with
keystore.path=/path/to/keystore/file
keystore.password=<key store password>
key.alias=<key alias>
key.password=<key password>
Build
./gradlew app:assembleMeta-AlphaRelease
android-real branch under MetaCubeX/Clash.Meta, which is a merge of the main Alpha branch and android-open.
Alpha branch of the Meta kernel repository.android-open branch of the Meta kernel repository.MetaCubeX/Clash.Meta kernel is updated to a new version, the Update Dependencies actions in this repo will be triggered automatically.
Build Pre-Release actions will automatically compile and publish a PreRelease version.Build Release actions will automatically compile, tag and publish a Release version.
Auto bump project version in trigger widget. If this option is checked and triggered, the versionName and versionCode in build.gradle.kts will be bumped first, then do the common build release process.