Skip to content

Commit

Permalink
Merge pull request #7139 from feons/TIMOB-19475
Browse files Browse the repository at this point in the history
[TIMOB-19475] Android: Build fails if target SDK is lower than API 23
  • Loading branch information
cb1kenobi committed Sep 8, 2015
2 parents 776385d + d0f613b commit c417e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"minSDKVersion": "14",
"vendorDependencies": {
"android sdk": ">=21 <=23",
"android sdk": "23",
"android build tools": ">=17 <23.x",
"android platform tools": ">=17 <=23.x",
"android tools": "<=24.3.x",
Expand Down

0 comments on commit c417e21

Please sign in to comment.