Skip to content

Instantly share code, notes, and snippets.

@marcelsanches2
Forked from Aracem/AndroidManifest.xml
Last active August 29, 2015 14:23
Show Gist options
  • Save marcelsanches2/46b075601b5103590a9e to your computer and use it in GitHub Desktop.
Save marcelsanches2/46b075601b5103590a9e to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (c) 2015 Upclose.me All rights reserved.
~
~ 0000000 xx
~ 00000000 xxxx
~ 0000000000 xxl
~ 00000000000000
~ 000000000000
~ 00000000
~
~ U P C L O S E.M E
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.upclose.aether"
android:installLocation="auto">
<!-- You need to set in your gradle file at least targetSdkaVersion=22-->
<application android:vmSafeMode="true"/>
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment