Skip to content

Commit

Permalink
Merge pull request #2924 from NativeScript/vladimirov/android-26
Browse files Browse the repository at this point in the history
Add Android 26 as verified version
  • Loading branch information
rosen-vladimirov authored Jun 26, 2017
2 parents 8c9f3cf + 22daa61 commit fb869c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/android-tools-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { cache } from "./common/decorators";

export class AndroidToolsInfo implements IAndroidToolsInfo {
private static ANDROID_TARGET_PREFIX = "android";
private static SUPPORTED_TARGETS = ["android-17", "android-18", "android-19", "android-21", "android-22", "android-23", "android-24", "android-25"];
private static SUPPORTED_TARGETS = ["android-17", "android-18", "android-19", "android-21", "android-22", "android-23", "android-24", "android-25", "android-26"];
private static MIN_REQUIRED_COMPILE_TARGET = 22;
private static REQUIRED_BUILD_TOOLS_RANGE_PREFIX = ">=23";
private static VERSION_REGEX = /((\d+\.){2}\d+)/;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nativescript",
"preferGlobal": true,
"version": "3.1.1",
"version": "3.2.0",
"author": "Telerik <support@telerik.com>",
"description": "Command-line interface for building NativeScript projects",
"bin": {
Expand Down

0 comments on commit fb869c0

Please sign in to comment.