matrix-org / matrix-android-console

Apache License 2.0
26 stars 16 forks source link

Build using build tools >= version 23 #2

Open yoesak opened 9 years ago

yoesak commented 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'