Skip to content
This repository has been archived by the owner on Sep 6, 2020. It is now read-only.

Commit

Permalink
Do not use debuggable build.
Browse files Browse the repository at this point in the history
  • Loading branch information
nekonomicon committed Jul 23, 2018
1 parent 6568e26 commit dacf6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<uses-sdk android:minSdkVersion="3" android:targetSdkVersion="23"/>
<!-- Set your application name here -->
<application android:label="Xen-Warrior"
android:debuggable="true"
android:debuggable="false"
android:icon="@drawable/logo_xash_spirit">
<!-- Set your launcher title here -->
<activity android:name="in.celest.xash3d.LauncherActivity"
Expand Down

0 comments on commit dacf6bf

Please sign in to comment.