Skip to content

Commit 1d23077

Browse files
committed
Revert "Removed application from the manifest."
This reverts commit 49494b4.
1 parent 49494b4 commit 1d23077

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: AndroidManifest.xml

+3
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@
44
android:versionCode="1"
55
android:versionName="1.0">
66
<uses-sdk android:minSdkVersion="3" android:targetSdkVersion="11"/>
7+
<application android:label="@string/app_name"
8+
android:debuggable="true">
9+
</application>
710
</manifest>

0 commit comments

Comments
 (0)