AndroidManifest.xml
TLDR
This file is an Android manifest file that defines the configuration for the release version of the Demo Projects application.
Classes
No classes found in this file.
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<application
tools:replace="android:name"
android:name=".ReleaseExampleApplication" />
</manifest>