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>
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue