-
-
Save marcelsanches2/46b075601b5103590a9e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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