Skip to content

Commit

Permalink
* Bumped RubotoCore version code to 403 using a major, minor, patch t…
Browse files Browse the repository at this point in the history
…imes 100 scheme
  • Loading branch information
donv committed Oct 6, 2011
1 parent 5fcc786 commit 032b0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ namespace :platform do
sh "ruby -rubygems -I#{File.expand_path('lib', File.dirname(__FILE__))} bin/ruboto gen app --package org.ruboto.core --name RubotoCore --with-jruby #{'--with-psych' unless ON_JRUBY_JARS_1_5_6} --path #{PLATFORM_PROJECT}"
Dir.chdir(PLATFORM_PROJECT) do
manifest = REXML::Document.new(File.read(MANIFEST_FILE))
manifest.root.attributes['android:versionCode'] = '3'
manifest.root.attributes['android:versionCode'] = '403'
manifest.root.attributes['android:versionName'] = '0.4.3'
manifest.root.attributes['android:installLocation'] = 'auto' # or 'preferExternal' ?
manifest.root.elements['uses-sdk'].attributes['android:targetSdkVersion'] = '8'
Expand Down

0 comments on commit 032b0b7

Please sign in to comment.