novoda / rxpresso

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

minSdk 16 instead of 8 (according to GitHub) with gradle #4

Closed alexcouret closed 9 years ago

alexcouret commented 9 years ago

Hello, I tried to import RxPresso 0.1.4 with gradle : jcenter() and my project is for a minimum sdk of 15. After the sync, I get the error : Error:(5, 5) uses-sdk:minSdkVersion 15 cannot be smaller than version 16 declared in library app/build/intermediates/exploded-aar/com.novoda/rxpresso/0.1.4/AndroidManifest.xml

The problem is, according to your last push, the minimum sdk required changed to 8, so why do I still have this issue ?

Thank you !

rock3r commented 9 years ago

The minSdkVersion change has been pushed last week. Version 0.1.4 has been released in mid-May. You'll have to either use the library from sources or wait for the next version to be released.

alexcouret commented 9 years ago

Oh okay, I thought it was deployed, sorry. Thank you for your quick answer.

rock3r commented 9 years ago

No worries.

Dorvaryn commented 9 years ago

@OzoTek It is obvious that it is taking me longer than expected to polish the new features I wanted in the next release of RxPresso. I'll issue a new minor release in the meantime just to cover this minSdk issue.

Dorvaryn commented 9 years ago

@OzoTek release 0.1.5 is out with lowered minSDK version.

alexcouret commented 9 years ago

Nice thank you for that ! Good luck for your next release :+1: