Skip to content

Commit fef3316

Browse files
committed
release(doctor): v2.0.15
1 parent abc7ab4 commit fef3316

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/doctor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/doctor",
3-
"version": "2.0.14",
3+
"version": "2.0.15",
44
"description": "Library that helps identifying if the environment can be used for development of {N} apps.",
55
"main": "src/index.js",
66
"types": "./typings/nativescript-doctor.d.ts",

packages/doctor/test/android-tools-info.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ describe("androidToolsInfo", () => {
105105
const androidToolsInfo = getAndroidToolsInfo("8.2.0");
106106
const toolsInfo = androidToolsInfo.getToolsInfo({ projectDir: "test" });
107107

108-
assert.equal(toolsInfo.compileSdkVersion, 34);
108+
assert.equal(toolsInfo.compileSdkVersion, 35);
109109
});
110110
});
111111

0 commit comments

Comments
 (0)