Skip to content

Commit

Permalink
Merge pull request #47 from jonalter/TIMOB-17048
Browse files Browse the repository at this point in the history
[TIMOB-17048] Android: Bumping minsdk to 3.3.0
  • Loading branch information
ayeung committed Aug 27, 2014
2 parents 131e550 + 584a1fc commit e64213f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Binary file not shown.
4 changes: 4 additions & 0 deletions android/documentation/changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Change Log
<pre>
v2.2.0 Bumping minsdk to 3.3.0 [TIMOB-17048]

v2.1.6 Handle null values for attributes. [TIMOB-16562]

v2.1.5 Update Google Play Services library and its assets. [TIMOB-16510]

v2.1.4 Implement tilt, bearing, zoom, compassEnabled properties [TIMOB-16180].
Implement maxZoomLevel, minZoomLevel, update Google Play Services SDK [TIMOB-16180].
Implement support for taking snapshots of the map [TIMOB-16180]
Expand Down
4 changes: 2 additions & 2 deletions android/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 2.1.6
version: 2.2.0
apiversion: 2
description: External version of Map module to support new Google Map v2 sdk
author: Hieu Pham
Expand All @@ -15,5 +15,5 @@ name: map
moduleid: ti.map
guid: f0d8fd44-86d2-4730-b67d-bd454577aeee
platform: android
minsdk: 3.1.0
minsdk: 3.3.0
respackage: com.google.android.gms

0 comments on commit e64213f

Please sign in to comment.