Skip to content

Commit

Permalink
[TIMOB-19475] Android: Build fails if target SDK is lower than API 23
Browse files Browse the repository at this point in the history
  • Loading branch information
Feon Sua authored and Feon Sua committed Sep 8, 2015
1 parent a4c81f7 commit d0f613b
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 d0f613b

Please sign in to comment.