Replace debuggable
This commit is contained in:
parent
acb8004633
commit
e8a67845f1
1 changed files with 2 additions and 0 deletions
|
@ -96,6 +96,8 @@
|
||||||
</condition>
|
</condition>
|
||||||
<then>
|
<then>
|
||||||
<replaceregexp file="AndroidManifest.xml" match='android:versionCode="(.*)"' replace='android:versionCode="${build.version.code}"' byline="true" />
|
<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>
|
</then>
|
||||||
</if>
|
</if>
|
||||||
<if>
|
<if>
|
||||||
|
|
Loading…
Reference in a new issue