mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Flutter upgrades (#416)
* Upgrade flutter version * Update packages * update prj files * Bump android sdk target to 33
This commit is contained in:
parent
af09cde29e
commit
81907ad72f
8 changed files with 117 additions and 45 deletions
|
|
@ -48,7 +48,7 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
applicationId "inventree.inventree_app"
|
||||
minSdkVersion 25
|
||||
minSdkVersion 33
|
||||
targetSdkVersion 33
|
||||
versionCode flutterVersionCode.toInteger()
|
||||
versionName flutterVersionName
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue