Open yoesak opened 9 years ago
Hi,
I tried to build the code version 0.4.4, and I got incompatible the appcompat and gms dependencies, with the build tools version 23 or above, the error messages was "...Could not find com.android.support:appcompat-v7:21.1.1.... "
The solutions is :
I changed the dependencies like this and worked:
compile 'me.leolin:ShortcutBadger:1.1.0+@aar' compile 'com.android.support:appcompat-v7:21.+' compile 'com.android.support:cardview-v7:21.+' compile 'com.android.support:recyclerview-v7:21.+' compile 'com.google.android.gms:play-services-gcm:7.8.0' compile 'com.google.android.gms:play-services-analytics:7.8.0'
Hi,
I tried to build the code version 0.4.4, and I got incompatible the appcompat and gms dependencies, with the build tools version 23 or above, the error messages was "...Could not find com.android.support:appcompat-v7:21.1.1.... "
The solutions is :
I changed the dependencies like this and worked:
compile 'me.leolin:ShortcutBadger:1.1.0+@aar' compile 'com.android.support:appcompat-v7:21.+' compile 'com.android.support:cardview-v7:21.+' compile 'com.android.support:recyclerview-v7:21.+' compile 'com.google.android.gms:play-services-gcm:7.8.0' compile 'com.google.android.gms:play-services-analytics:7.8.0'