Advertisement
Guest User

Untitled

a guest
Apr 19th, 2014
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. cordova build android
  2.  
  3. cordova build android --release
  4.  
  5. <widget id="com.example.myapp"
  6. version="0.0.3"
  7. versionCode="2"
  8. ...
  9. >
  10. </widget>
  11.  
  12. <manifest
  13. android:versionCode="1"
  14. android:versionName="1.0"
  15. ...
  16. </manifest>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement