Skip to content

Commit

Permalink
Update AndroidManifest.xml
Browse files Browse the repository at this point in the history
Version #'s and debuggable flags for release
  • Loading branch information
ctsims committed Oct 2, 2014
1 parent 3633b16 commit a8f9621
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.commcare.dalvik"
android:versionCode="106"
android:versionName="2.15" >
android:versionName="2.15.0" >

<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
Expand All @@ -11,7 +11,7 @@

<application
android:name=".application.CommCareApplication"
android:debuggable="true"
android:debuggable="false"
android:icon="@drawable/icon"
android:label="@string/application_name"
android:theme="@style/AppBaseTheme" >
Expand Down

0 comments on commit a8f9621

Please sign in to comment.