mirror of
				https://github.com/inventree/inventree-app.git
				synced 2025-10-31 05:15:42 +00:00 
			
		
		
		
	Fix broken android manifest (#172)
- Adds xmlns:tools to manifest xml file - Ref: https://stackoverflow.com/questions/55334431/facing-below-error-toolsnode-associated-with-an-element-type-uses-permission
This commit is contained in:
		| @@ -1,4 +1,6 @@ | ||||
| <manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||||
| <manifest | ||||
|     xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     xmlns:tools="http://schemas.android.com/tools" | ||||
|     package="inventree.inventree_app"> | ||||
|  | ||||
|     <!-- io.flutter.app.FlutterApplication is an android.app.Application that | ||||
|   | ||||
		Reference in New Issue
	
	Block a user