Aucune description

MetaCubeX 97d8907a76 Merge pull request #1 from linsui/fastlane il y a 3 ans
.github 03bc3c0876 Chore: update dependencies & remove appcenter tracker il y a 3 ans
.idea 07e8afa69a Initial: initial commit il y a 4 ans
app 03bc3c0876 Chore: update dependencies & remove appcenter tracker il y a 3 ans
common ab96790c73 Chore: update dependencies il y a 3 ans
core 415fcadb8e Chore: Update Dependencies il y a 3 ans
design 53f3fad499 Chore: Change proxy grid layout to 3 il y a 3 ans
fastlane fd410ab38e fastlane for F-Droid il y a 3 ans
gradle 5c3ab5470a Chore: update dependencies il y a 3 ans
hideapi 11c4e19e0c Refactor: refactor project structure & update clash core (#1174) il y a 4 ans
service f856c3f85f Improve: increase tun mtu il y a 3 ans
.gitattributes 8b91b2eeb1 Chore: add .gitattributes (#1191) il y a 4 ans
.gitignore 90d286cd5a Chore: update gitignore il y a 4 ans
.gitmodules e84d3ce7cc Switch Upstream il y a 3 ans
CONTRIBUTING.md 75745d89d7 Chore: update CONTRIBUTING.md il y a 4 ans
LICENSE 07e8afa69a Initial: initial commit il y a 4 ans
NOTICE 07e8afa69a Initial: initial commit il y a 4 ans
PRIVACY_POLICY.md 07e8afa69a Initial: initial commit il y a 4 ans
README.md 814097ab19 fix url il y a 3 ans
build.gradle.kts 44199eb5ba Chore: bump version il y a 3 ans
gradle.properties 899803739b Chore: remove unused dependencies & improve gradle properties & code style (#1189) il y a 4 ans
gradlew 3397cdd95f Chore: update dependencies il y a 4 ans
gradlew.bat 2f69985fe1 Chore: update gradle wrapper & append sha256sum il y a 4 ans
release.keystore 8b2ef8aaac Add files via upload il y a 3 ans
settings.gradle.kts 03bc3c0876 Chore: update dependencies & remove appcenter tracker il y a 3 ans

README.md

Clash Meta for Android

A Graphical user interface of Clash.Meta for Android

Feature

Feature of Clash.Meta

Requirement

  • Android 5.0+ (minimum)
  • Android 7.0+ (recommend)
  • armeabi-v7a , arm64-v8a, x86 or x86_64 Architecture

Build

  1. Update submodules

    git submodule update --init --recursive
    
  2. Install OpenJDK 11, Android SDK, CMake and Golang

  3. Create local.properties in project root with

    sdk.dir=/path/to/android-sdk
    
  4. 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>
    
  5. Build

    ./gradlew app:assembleMeta-AlphaRelease