Skip to content

Commit

Permalink
[TIMOB-26314] Include android:versionCode in template
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga authored and Gary Mathews committed Sep 26, 2018
1 parent 2909c0e commit 091b018
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion templates/app/angular-default/template/tiapp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</plist>
</ios>
<android xmlns:android="http://schemas.android.com/apk/res/android">
<manifest>
<manifest android:versionCode="1">
<application android:theme="@style/TitaniumAngular"/>
</manifest>
</android>
Expand Down
2 changes: 2 additions & 0 deletions templates/app/default/template/tiapp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
</plist>
</ios>
<android xmlns:android="http://schemas.android.com/apk/res/android">
<manifest android:versionCode="1">
</manifest>
</android>
<modules>
</modules>
Expand Down

0 comments on commit 091b018

Please sign in to comment.