Skip to content

Commit 21d994a

Browse files
committed
fix: validateMinSupportedTargetSdk always returns empty warnings array
1 parent 4ff13c2 commit 21d994a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/android-tools-info.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ export class AndroidToolsInfo implements NativeScriptDoctor.IAndroidToolsInfo {
202202
}
203203
}
204204

205-
return [];
205+
return errors;
206206
}
207207

208208
public validataMaxSupportedTargetSdk(targetSdk: number): NativeScriptDoctor.IWarning[] {

0 commit comments

Comments
 (0)