BuildmLearn / BuildmLearn-Toolkit-Android

This repository contains the Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
BSD 3-Clause "New" or "Revised" License
57 stars 132 forks source link

Fix warning in AndroidManifest.xml #330

Closed yadav-rahul closed 7 years ago

yadav-rahul commented 7 years ago

Fix XML has empty body warning in AndroidManifest.xml by getting rid of closing tags and replacing them with the self closing tags.