mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-18 05:05:28 +00:00
.github
android
app
gradle
build.gradle
gradle.properties
settings.gradle
settings_aar.gradle
assets
ios
lib
res
test
.gitignore
.gitmodules
.metadata
LICENSE
README.md
RELEASE.md
analysis_options.yaml
crowdin.yml
find_dart_files.py
l10n.yaml
pubspec.lock
pubspec.yaml
requirements.txt
* Bump android compile and target version, also flutter dependencies and resolve issues * Remove deprecated splashscreen and added support for new Android 12 version. * Updated workflow action versions and flutter sdk * Resolved linting issues * Resolved test binding issues
4 lines
103 B
INI
4 lines
103 B
INI
org.gradle.jvmargs=-Xmx1536M
|
|
android.enableD8=true
|
|
android.enableJetifier=true
|
|
android.useAndroidX=true |