2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-08-19 18:45:54 +00:00
Files
.github
android
app
gradle
build.gradle
gradle.properties
settings.gradle
settings_aar.gradle
assets
ios
lib
res
test
.gitignore
.gitmodules
.metadata
BUILDING.md
LICENSE
README.md
analysis_options.yaml
crowdin.yml
find_dart_files.py
l10n.yaml
pubspec.lock
pubspec.yaml
requirements.txt
tasks.py
inventree-app/android/gradle.properties
Oliver d926686a89 Stock history fix ()
* Improves quantity parsing from

* Add paginated history widget

* Refactor stock history widget as a paginated widget

* Allow paginated result list to handle results returned as list

- Some API endpoints (older ones most likely) don't paginate results correctly

* Fix code layout

* Render user information in "history" widget (not quantity)

* Hide filter button

* Update release notes

* remove unused import
2023-04-18 22:46:08 +10:00

8 lines
209 B
INI

org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.configureondemand=true
org.gradle.caching=true
org.gradle.jvmargs=-Xmx1536M
android.enableD8=true
android.enableJetifier=true
android.useAndroidX=true