Skip to content

Commit 7fd6c0f

Browse files
committed
Bump minSdk to 26
1 parent 9d79c6e commit 7fd6c0f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ Feature of [Clash.Meta](https://github.com/MetaCubeX/Clash.Meta)
1212

1313
### Requirement
1414

15-
- Android 5.0+ (minimum)
16-
- Android 7.0+ (recommend)
15+
- Android 8.0+ (minimum)
1716
- `armeabi-v7a` , `arm64-v8a`, `x86` or `x86_64` Architecture
1817

1918
### Build

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ subprojects {
5555
else "com.github.kr328.clash.$name"
5656
}
5757

58-
minSdk = 23
58+
minSdk = 26
5959
compileSdkVersion(36)
6060
targetSdk = 35
6161

0 commit comments

Comments
 (0)