@@ -3308,7 +3308,7 @@ public void GetDependencyWhenBuildToolsAreMissingTest ()
33083308 Assert . True ( builder . Build ( proj , parameters : parameters ) ,
33093309 string . Format ( "First Build should have succeeded" ) ) ;
33103310 StringAssertEx . Contains ( "platforms/android-26" , builder . LastBuildOutput , "platforms/android-26 should be a dependency." ) ;
3311- StringAssertEx . Contains ( "build-tools/28 .0.3 " , builder . LastBuildOutput , "build-tools/28 .0.3 should be a dependency." ) ;
3311+ StringAssertEx . Contains ( "build-tools/29 .0.2 " , builder . LastBuildOutput , "build-tools/29 .0.2 should be a dependency." ) ;
33123312 StringAssertEx . Contains ( "platform-tools" , builder . LastBuildOutput , "platform-tools should be a dependency." ) ;
33133313 }
33143314 }
@@ -3341,7 +3341,7 @@ public void GetDependencyWhenSDKIsMissingTest ([Values (true, false)] bool creat
33413341 Assert . True ( builder . Build ( proj , parameters : parameters ) ,
33423342 string . Format ( "First Build should have succeeded" ) ) ;
33433343 StringAssertEx . Contains ( "platforms/android-26" , builder . LastBuildOutput , "platforms/android-26 should be a dependency." ) ;
3344- StringAssertEx . Contains ( "build-tools/28 .0.3 " , builder . LastBuildOutput , "build-tools/28 .0.3 should be a dependency." ) ;
3344+ StringAssertEx . Contains ( "build-tools/29 .0.2 " , builder . LastBuildOutput , "build-tools/29 .0.2 should be a dependency." ) ;
33453345 StringAssertEx . Contains ( "platform-tools" , builder . LastBuildOutput , "platform-tools should be a dependency." ) ;
33463346 }
33473347 }
0 commit comments