Skip to content

Commit

Permalink
lowered the minSDK down to 26
Browse files Browse the repository at this point in the history
  • Loading branch information
unalkalkan committed Feb 19, 2024
1 parent e03bf1a commit 596b53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {

defaultConfig {
applicationId = "com.ankidroid.companion"
minSdk = 33
minSdk = 26
targetSdk = 34
versionCode = 1
versionName = "1.0"
Expand Down

0 comments on commit 596b53d

Please sign in to comment.