Skip to content

Commit

Permalink
feat: Lower minimum SDK version to API 19 (Android 4.4) #5
Browse files Browse the repository at this point in the history
  • Loading branch information
kaaass committed Jul 2, 2022
1 parent d75ec33 commit c0e42ad
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 @@ -14,7 +14,7 @@ android {

defaultConfig {
applicationId "net.kaaass.zerotierfix"
minSdkVersion 21
minSdkVersion 19
targetSdkVersion 30
versionCode 8
versionName "1.0.4"
Expand Down

0 comments on commit c0e42ad

Please sign in to comment.