We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d79c6e commit 7fd6c0fCopy full SHA for 7fd6c0f
README.md
@@ -12,8 +12,7 @@ Feature of [Clash.Meta](https://github.com/MetaCubeX/Clash.Meta)
12
13
### Requirement
14
15
-- Android 5.0+ (minimum)
16
-- Android 7.0+ (recommend)
+- Android 8.0+ (minimum)
17
- `armeabi-v7a` , `arm64-v8a`, `x86` or `x86_64` Architecture
18
19
### Build
build.gradle.kts
@@ -55,7 +55,7 @@ subprojects {
55
else "com.github.kr328.clash.$name"
56
}
57
58
- minSdk = 23
+ minSdk = 26
59
compileSdkVersion(36)
60
targetSdk = 35
61
0 commit comments