Skip to content

Commit

Permalink
Merge pull request #733 from caseykulm/update_default_sdk_version_23
Browse files Browse the repository at this point in the history
Update Default SDK Version to API 23
  • Loading branch information
mosabua authored Jun 29, 2016
2 parents 6e06fa8 + d8b8bcf commit c1971e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class AndroidSdk
* the default API level for the SDK used as a fall back if none is supplied,
* should ideally point to the latest available version
*/
private static final String DEFAULT_ANDROID_API_LEVEL = "22";
private static final String DEFAULT_ANDROID_API_LEVEL = "23";
/**
* property file in each platform folder with details about platform.
*/
Expand Down
4 changes: 3 additions & 1 deletion src/site/asciidoc/changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
** fixes https://github.com/simpligility/android-maven-plugin/issues/731
** fixes https://github.com/simpligility/android-maven-plugin/issues/716
** contributed by https://github.com/zhenkhokh as well as https://github.com/sprylab

* Update to use API level 23 for default Android SDK value
** see https://github.com/simpligility/android-maven-plugin/pull/733
** contributed by Casey Kulm https://github.com/caseykulm

== 4.4.2 - Released 2016-05-28

Expand Down

0 comments on commit c1971e4

Please sign in to comment.