mirror of
https://github.com/inventree/inventree-app.git
synced 2026-05-01 05:24:19 +00:00
@@ -30,7 +30,7 @@ if (keystorePropertiesFile.exists()) {
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
namespace "inventree.inventree_app"
|
namespace "inventree.inventree_app"
|
||||||
ndkVersion "26.3.11579264"
|
ndkVersion "28.2.13676358"
|
||||||
compileSdkVersion 36
|
compileSdkVersion 36
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
|
|||||||
@@ -110,7 +110,7 @@ void main() {
|
|||||||
|
|
||||||
assert(item != null);
|
assert(item != null);
|
||||||
assert(item!.pk == id);
|
assert(item!.pk == id);
|
||||||
assert(item!.locationId == 1);
|
assert(int.tryParse(item!.locationId.toString()) != null);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user