GrenderG / Toasty

The usual Toast, but with steroids 💪
GNU Lesser General Public License v3.0
6.58k stars 809 forks source link

Error with compileSdkVersion 26 #164

Open raminhbbAU opened 3 years ago

raminhbbAU commented 3 years ago

Hey there,

I was looking forward a sustainable toast library and I found Toasty as a good one but unfortunately I can't use it with my configuration and I get Gradle error. Any help would be appreciate.

compileSdkVersion 26 buildToolsVersion '26.0.2' minSdkVersion 16 targetSdkVersion 26

dependencies { compile 'com.android.support:appcompat-v7:26.0.0' compile 'com.android.support:design:24.2.1' implementation 'com.github.GrenderG:Toasty:1.5.0' }

The error is here:

gradle