mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-12 19:26:19 +00:00
Fixes android intent filter - should be "true" not "false"
Was preventing app from opening on android devices
This commit is contained in:
parent
e43659d91f
commit
362b973e4e
3 changed files with 7 additions and 2 deletions
|
|
@ -23,7 +23,7 @@
|
|||
android:value="2" />
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:exported="false"
|
||||
android:exported="true"
|
||||
android:launchMode="singleTop"
|
||||
android:theme="@style/LaunchTheme"
|
||||
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,11 @@
|
|||
## InvenTree App Release Notes
|
||||
---
|
||||
|
||||
### 0.6.1 - April 2022
|
||||
---
|
||||
|
||||
- Fixes critical bug which prevented app launch on Android
|
||||
|
||||
### 0.6.0 - April 2022
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
name: inventree
|
||||
description: InvenTree stock management
|
||||
|
||||
version: 0.6.0+38
|
||||
version: 0.6.1+39
|
||||
|
||||
environment:
|
||||
sdk: ">=2.16.0 <3.0.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue