Skip to content

Commit

Permalink
release(doctor): v2.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
rigor789 committed Aug 19, 2024
1 parent abc7ab4 commit fef3316
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/doctor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/doctor",
"version": "2.0.14",
"version": "2.0.15",
"description": "Library that helps identifying if the environment can be used for development of {N} apps.",
"main": "src/index.js",
"types": "./typings/nativescript-doctor.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/doctor/test/android-tools-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ describe("androidToolsInfo", () => {
const androidToolsInfo = getAndroidToolsInfo("8.2.0");
const toolsInfo = androidToolsInfo.getToolsInfo({ projectDir: "test" });

assert.equal(toolsInfo.compileSdkVersion, 34);
assert.equal(toolsInfo.compileSdkVersion, 35);
});
});

Expand Down

0 comments on commit fef3316

Please sign in to comment.