coxswain
coxswain copied to clipboard
Update sdk and build target
I tried to upgrade the build to a newer sdk as the minimal versions are raised for new versions
- upgrade gradle
- increase build versions to actual ones
- remove jcenter as it is deprecated
I had to add com.google.android:android-test:4.1.1.4
as there are changes to the test setup in newer sdk
see: ApplicationTestCase