Skip to content

Commit

Permalink
Merge branch 'master' of github.com:aptana/studio3-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Lindsey committed Apr 24, 2012
2 parents ce8dbe0 + b194495 commit 393a87e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions portal/sample/resources/sdks.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -118,6 +118,18 @@ MobileSDK = Class.create({
td("Needs Add-Ons Update: "), td("Needs Add-Ons Update: "),
td(androidVersionInfo["shouldUpdateAddOns"]) td(androidVersionInfo["shouldUpdateAddOns"])
), ),
tr(
td("Installed API-Levels: "),
td(androidVersionInfo["installedAPILevels"])
),
tr(
td("Required API-Levels: "),
td(androidVersionInfo["requiredAPILevels"])
),
tr(
td("Needs API-Levels Update: "),
td(androidVersionInfo["shouldUpdateAPILevels"])
),
tr( tr(
td("SDK-Tools URL: "), td("SDK-Tools URL: "),
td(androidVersionInfo["sdkURL"]) td(androidVersionInfo["sdkURL"])
Expand Down

0 comments on commit 393a87e

Please sign in to comment.