We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd56e44 commit 61b0503Copy full SHA for 61b0503
lib/doctor.ts
@@ -7,7 +7,7 @@ import { Helpers } from "./helpers";
7
import * as semver from "semver";
8
9
export class Doctor implements NativeScriptDoctor.IDoctor {
10
- private static MIN_SUPPORTED_POD_VERSION = "0.38.2";
+ private static MIN_SUPPORTED_POD_VERSION = "1.0.0";
11
12
constructor(private androidLocalBuildRequirements: AndroidLocalBuildRequirements,
13
private helpers: Helpers,
0 commit comments