Skip to content

Commit

Permalink
Merge pull request #1592 from ZeusLN/zeus-1583
Browse files Browse the repository at this point in the history
Android: bump minSdkVersion to 28 (Android 9)
  • Loading branch information
kaloudis authored Aug 9, 2023
2 parents 572bf87 + 4db0e28 commit 4b0c3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildscript {
ext {
minSdkVersion = 26
minSdkVersion = 28
compileSdkVersion = 31
targetSdkVersion = 31
ndkVersion = "22.1.7171670"
Expand Down

0 comments on commit 4b0c3af

Please sign in to comment.