daimajia / AndroidImageSlider

An amazing and convenient Android image slider.
MIT License
5.62k stars 1.66k forks source link

Updated to Picasso v2.71828, gradle v4.6, sdk v27, gradle build tools v3.1.3 #389

Open neri4488 opened 6 years ago

neri4488 commented 6 years ago

--Updated gradle tools --Updated to android version 27 --Minimum android version 19 --Updated to latest Picasso version.

simiansim commented 5 years ago

Not a travis expert ...but this looks like it needs a simple build config fix. Travis config needs to also update versions of build tools (was sdk 22).

    - build-tools-27.0.3
    - android-27

https://github.com/daimajia/AndroidImageSlider/blob/master/.travis.yml

Error reported:

Failed to install the following Android SDK packages as some licences have not been accepted. platforms;android-27 Android SDK Platform 27 build-tools;27.0.3 Android SDK Build-Tools 27.0.3 To build this project, accept the SDK license agreements and install the missing components using the Android Studio SDK Manager.

simiansim commented 5 years ago

I made a new pull request based on this work. Build settings are working there for Travis. I had to downgrade grade and the SDK to get Travis working.