Skip to content

Commit

Permalink
revert: feat: Lower minimum SDK version to API 17 (Android 4.2) #22
Browse files Browse the repository at this point in the history
Due to the compatibility of the JNI library, this can't be done until we handle the JNI library compilation.

This reverts commit 28a65c9
  • Loading branch information
kaaass committed Oct 16, 2022
1 parent 0d9215d commit faff15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {

defaultConfig {
applicationId "net.kaaass.zerotierfix"
minSdkVersion 17
minSdkVersion 19
targetSdkVersion 32
versionCode 9
versionName "1.0.5_189"
Expand Down

0 comments on commit faff15a

Please sign in to comment.