novoda / rxpresso

Easy Espresso UI testing for Android applications using RxJava.
Other
363 stars 23 forks source link

Minimum SDK 16? #3

Closed plackemacher closed 9 years ago

plackemacher commented 9 years ago

I'm looking into using your library and we currently have our minimum SDK set to 15 which conflicts with this library. Was there any specific reason 16 was chosen? If not, I'll do a pull request to change it to 15.

Dorvaryn commented 9 years ago

Good point, there was not particular reason I guess I missed it while extracting this from our sandbox. I dropped the minSdk to 8 (minimum supported by Espresso) here (https://github.com/novoda/rxpresso/commit/624b010d8a91b5e9be23f404ce5dec470ddbd99f)

If this is not too urgent I'll try and bundle a few other changes I'm experimenting with in a new release. If you are blocked by it I can probably release a minor bump in the meantime.

plackemacher commented 9 years ago

Great thanks! This isn't particularly urgent so feel free to take your time on the release.

Dorvaryn commented 9 years ago

@plackemacher it was taking me a bit longer than expected to polish what I wanted in so in the meantime release 0.1.5 is out with lowered minSDK version.

plackemacher commented 9 years ago

Awesome, thanks for the heads up. :+1: