We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6b144f + 61b0503 commit abd6dc6Copy full SHA for abd6dc6
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