Release Android UI Testing Utils 1.2.3

Updated a GitHub repository
New release!

1. Bug fixes regarding
  • UiMode: #27,#28
  • ActivityScenarioForViewRule and ActivityScenarioForComposableRule: #29,#30
2. Add extension methods drawToBitmapWithElevation() to generate bitmaps that consider elevation. Screenshot testing libraries like Dropshots, Facebook and Shot allow to pass such bitmpas to their record/verify methods.

3. Optimize the size of generated screenshots with waitForMeasuredView/VieHolder/Dialog()methods. This is useful when using libraries that don't take height/width arguments in their record/verify methods, for instance Dropshots.