Skip to content

Commit 61b0503

Browse files
author
Fatme
authored
Update MIN_SUPPORTED_POD_VERSION to 1.0.0
1 parent fd56e44 commit 61b0503

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)