mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-04-17 16:10:34 +00:00
Update barcode scanner (#779)
This commit is contained in:
parent
04f98559fc
commit
a88a102a50
5 changed files with 22 additions and 12 deletions
|
|
@ -30,7 +30,8 @@ if (keystorePropertiesFile.exists()) {
|
|||
|
||||
android {
|
||||
namespace "inventree.inventree_app"
|
||||
compileSdkVersion 35
|
||||
ndkVersion "26.3.11579264"
|
||||
compileSdkVersion 36
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_17
|
||||
|
|
@ -56,7 +57,7 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
applicationId "inventree.inventree_app"
|
||||
minSdkVersion 21
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 35
|
||||
versionCode flutterVersionCode.toInteger()
|
||||
versionName flutterVersionName
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ pluginManagement {
|
|||
plugins {
|
||||
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
|
||||
id "com.android.application" version "8.6.0" apply false
|
||||
id "org.jetbrains.kotlin.android" version "1.9.25" apply false
|
||||
id "org.jetbrains.kotlin.android" version "2.3.10" apply false
|
||||
}
|
||||
|
||||
include ":app"
|
||||
Loading…
Add table
Add a link
Reference in a new issue