diff --git a/android/app/build.gradle b/android/app/build.gradle index 71834ec6..368e41b2 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -30,7 +30,7 @@ if (keystorePropertiesFile.exists()) { android { namespace "inventree.inventree_app" - ndkVersion "26.3.11579264" + ndkVersion "28.2.13676358" compileSdkVersion 36 compileOptions { diff --git a/test/barcode_test.dart b/test/barcode_test.dart index fc732a11..d4b8561a 100644 --- a/test/barcode_test.dart +++ b/test/barcode_test.dart @@ -110,7 +110,7 @@ void main() { assert(item != null); assert(item!.pk == id); - assert(item!.locationId == 1); + assert(int.tryParse(item!.locationId.toString()) != null); } }); });