Skip to content

Commit

Permalink
revert: use minSdk=21
Browse files Browse the repository at this point in the history
  • Loading branch information
denysvitali committed Apr 6, 2024
1 parent 5ab6a59 commit 1d538d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ android {

defaultConfig {
applicationId "io.vikunja.app"
minSdkVersion 33
minSdkVersion 21
targetSdkVersion 34
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
versionCode flutterVersionCode.toInteger()
Expand Down

0 comments on commit 1d538d6

Please sign in to comment.