@@ -3269,7 +3269,7 @@ public void GetDependencyWhenBuildToolsAreMissingTest ()
32693269 Assert . True ( builder . Build ( proj , parameters : parameters ) ,
32703270 string . Format ( "First Build should have succeeded" ) ) ;
32713271 StringAssertEx . Contains ( "platforms/android-26" , builder . LastBuildOutput , "platforms/android-26 should be a dependency." ) ;
3272- StringAssertEx . Contains ( "build-tools/28 .0.3 " , builder . LastBuildOutput , "build-tools/28 .0.3 should be a dependency." ) ;
3272+ StringAssertEx . Contains ( "build-tools/29 .0.2 " , builder . LastBuildOutput , "build-tools/29 .0.2 should be a dependency." ) ;
32733273 StringAssertEx . Contains ( "platform-tools" , builder . LastBuildOutput , "platform-tools should be a dependency." ) ;
32743274 }
32753275 }
@@ -3302,7 +3302,7 @@ public void GetDependencyWhenSDKIsMissingTest ([Values (true, false)] bool creat
33023302 Assert . True ( builder . Build ( proj , parameters : parameters ) ,
33033303 string . Format ( "First Build should have succeeded" ) ) ;
33043304 StringAssertEx . Contains ( "platforms/android-26" , builder . LastBuildOutput , "platforms/android-26 should be a dependency." ) ;
3305- StringAssertEx . Contains ( "build-tools/28 .0.3 " , builder . LastBuildOutput , "build-tools/28 .0.3 should be a dependency." ) ;
3305+ StringAssertEx . Contains ( "build-tools/29 .0.2 " , builder . LastBuildOutput , "build-tools/29 .0.2 should be a dependency." ) ;
33063306 StringAssertEx . Contains ( "platform-tools" , builder . LastBuildOutput , "platform-tools should be a dependency." ) ;
33073307 }
33083308 }
0 commit comments