Skip to content

Commit

Permalink
Merge pull request #7063 from cb1kenobi/timob-19380
Browse files Browse the repository at this point in the history
[TIMOB-19380] Updated Android package.json with latest dependency versions.
  • Loading branch information
cb1kenobi committed Aug 24, 2015
2 parents bef95eb + c813e84 commit 1e4bf3c
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions android/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,22 @@
"version": "__VERSION__",
"author": "Appcelerator, Inc. <info@appcelerator.com>",
"maintainers": [
"Chris Barber <cbarber@appcelerator.com>",
"Vishal Duggal <vduggal@appcelerator.com>",
"Matt Langston <mlangston@appcelerator.com>",
"Hieu Pham <hpham@appcelerator.com>",
"Ping Wang <pwang@appcelerator.com>",
"Allen Yeung <ayeung@appcelerator.com>"
"Chris Barber <cbarber@appcelerator.com>"
],
"minSDKVersion": "14",
"vendorDependencies": {
"android sdk": ">=21 <=22",
"android build tools": ">=17 <22.x",
"android platform tools": ">=17 <=22.x",
"android tools": "<=24.1.2",
"android sdk": ">=21 <=23",
"android build tools": ">=17 <23.x",
"android platform tools": ">=17 <=23.x",
"android tools": "<=24.3.x",
"android ndk": ">=r8e <=r9",
"node": ">=0.10.0 <=0.12.x",
"java": "<=1.8.x"
},
"repository": {
"type": "git",
"url": "git://github.com/appcelerator/titanium_mobile_android.git"
"url": "git://github.com/appcelerator/titanium_mobile.git"
},
"license": "Apache Public License v2"
"license": "Apache-2.0"
}

0 comments on commit 1e4bf3c

Please sign in to comment.