Skip to content

Commit 8f22542

Browse files
Merge pull request #3992 from NativeScript/vladimirov/min-compile-sdk-28
feat: set min required compile Android SDK to 28
2 parents be10e63 + 88c8028 commit 8f22542

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

lib/android-tools-info.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export class AndroidToolsInfo implements IAndroidToolsInfo {
1818
"android-27",
1919
"android-28",
2020
];
21-
private static MIN_REQUIRED_COMPILE_TARGET = 22;
21+
private static MIN_REQUIRED_COMPILE_TARGET = 28;
2222
private static REQUIRED_BUILD_TOOLS_RANGE_PREFIX = ">=23";
2323
private static VERSION_REGEX = /((\d+\.){2}\d+)/;
2424

npm-shrinkwrap.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"minimatch": "3.0.2",
5656
"mkdirp": "0.5.1",
5757
"mute-stream": "0.0.5",
58-
"nativescript-doctor": "1.5.0",
58+
"nativescript-doctor": "1.6.0",
5959
"nativescript-preview-sdk": "0.3.0",
6060
"open": "0.0.5",
6161
"ora": "2.0.0",

0 commit comments

Comments
 (0)