make dbg variant "debuggable"

This commit is contained in:
Eric House 2015-09-23 19:01:21 -07:00
parent 7783021fd7
commit 873e0c7e92

View file

@ -70,6 +70,7 @@
<application android:icon="@drawable/icon48x48"
android:label="@string/app_name"
android:name=".XWApp"
android:debuggable="true"
>
<activity android:name="GamesListActivity"