Fix android SDK level (#880)

* Adjust minimum SDK version

* Bump release number
This commit is contained in:
Oliver
2026-09-07 22:27:57 +10:00
committed by GitHub
parent 43fef59182
commit 32c55caa88
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ android {
defaultConfig {
applicationId "inventree.inventree_app"
minSdkVersion flutter.minSdkVersion // Flutter now requires API 24+; hardcoding a lower value gets auto-rewritten on every build
targetSdkVersion 35
targetSdkVersion 36
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
+1 -1
View File
@@ -1,7 +1,7 @@
name: inventree
description: InvenTree stock management
version: 0.25.2+125
version: 0.25.2+126
environment:
sdk: ^3.8.1