2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-04-27 21:16:48 +00:00

Android: reduce minSdkVersion to 21 (#426)

Fixes https://github.com/inventree/inventree-app/issues/425
This commit is contained in:
Oliver 2023-09-21 21:17:55 +10:00 committed by GitHub
parent 6520873384
commit 3cc57101c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ android {
defaultConfig {
applicationId "inventree.inventree_app"
minSdkVersion 33
minSdkVersion 21
targetSdkVersion 33
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName