Skip to content

Commit abd6dc6

Browse files
author
Fatme
authored
Merge pull request #32 from NativeScript/fatme/min-pod-version
Update MIN_SUPPORTED_POD_VERSION to 1.0.0
2 parents a6b144f + 61b0503 commit abd6dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/doctor.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Helpers } from "./helpers";
77
import * as semver from "semver";
88

99
export class Doctor implements NativeScriptDoctor.IDoctor {
10-
private static MIN_SUPPORTED_POD_VERSION = "0.38.2";
10+
private static MIN_SUPPORTED_POD_VERSION = "1.0.0";
1111

1212
constructor(private androidLocalBuildRequirements: AndroidLocalBuildRequirements,
1313
private helpers: Helpers,

0 commit comments

Comments
 (0)