2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-12 10:15:32 +00:00

Display part thumbnail in part list

This commit is contained in:
Oliver Walters
2020-04-05 00:27:54 +11:00
parent 44a0c3e18d
commit 528215455d
7 changed files with 119 additions and 19 deletions

View File

@ -27,6 +27,10 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android {
compileSdkVersion 28
packagingOptions {
exclude 'META-INF/proguard/androidx-annotations.pro'
}
lintOptions {
disable 'InvalidPackage'
}