Replace debuggable

This commit is contained in:
Victor Shcherb 2013-08-04 01:32:44 +02:00
parent acb8004633
commit dbcd77a557

View file

@ -96,6 +96,8 @@
</condition>
<then>
<replaceregexp file="AndroidManifest.xml" match='android:versionCode="(.*)"' replace='android:versionCode="${build.version.code}"' byline="true" />
<replaceregexp file="AndroidManifest.xml" match='android:debuggable="true"' replace='android:debuggable="false"' byline="true" />
</then>
</if>
<if>