Skip to content

Commit

Permalink
Changed instances of 2.1.3.GA to 3.2.2.GA
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Dadu authored and Muhammad Dadu committed Aug 8, 2014
1 parent 37e7533 commit f7392a8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions android/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="/usr/android-sdk/platforms/android-8/android.jar"/>
<classpathentry kind="lib" path="/usr/android-sdk/add-ons/addon_google_apis_google_inc_8/libs/maps.jar"/>
<classpathentry kind="lib" path="/Library/Application Support/Titanium/mobilesdk/osx/2.1.3.GA/android/titanium.jar"/>
<classpathentry kind="lib" path="/Library/Application Support/Titanium/mobilesdk/osx/2.1.3.GA/android/js.jar"/>
<classpathentry kind="lib" path="/Library/Application Support/Titanium/mobilesdk/osx/3.2.2.GA/android/titanium.jar"/>
<classpathentry kind="lib" path="/Library/Application Support/Titanium/mobilesdk/osx/3.2.2.GA/android/js.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
2 changes: 1 addition & 1 deletion android/build.properties.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
titanium.sdk=/Library/Application\ Support/Titanium/
titanium.os=osx
titanium.version=2.1.3.GA
titanium.version=3.2.2.GA
android.sdk=/usr/android-sdk

titanium.platform=${titanium.sdk}/mobilesdk/${titanium.os}/${titanium.version}/android
Expand Down
2 changes: 1 addition & 1 deletion android/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ name: compression
moduleid: ti.compression
guid: c129f5f7-ace8-4cca-be47-b226f8b29f78
platform: android
minsdk: 2.1.3.GA
minsdk: 3.2.2.GA
2 changes: 1 addition & 1 deletion ios/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ name: compression
moduleid: ti.compression
guid: c129f5f7-ace8-4cca-be47-b226f8b29f78
platform: iphone
minsdk: 2.1.3.GA
minsdk: 3.2.2.GA
2 changes: 1 addition & 1 deletion ios/titanium.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// OF YOUR TITANIUM SDK YOU'RE BUILDING FOR
//
//
TITANIUM_SDK_VERSION = 2.1.3.GA
TITANIUM_SDK_VERSION = 3.2.2.GA


//
Expand Down

0 comments on commit f7392a8

Please sign in to comment.