Browse Source

Temporarily revert appcompat dependency until bugs are fixed

master
Anthony Restaino 9 years ago
parent
commit
3fe2761552
  1. 2
      app/build.gradle

2
app/build.gradle

@ -70,7 +70,7 @@ dexcount { @@ -70,7 +70,7 @@ dexcount {
dependencies {
// support libraries
compile 'com.android.support:palette-v7:23.2.0'
compile 'com.android.support:appcompat-v7:23.2.0'
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:design:23.2.0'
compile 'com.android.support:recyclerview-v7:23.2.0'

Loading…
Cancel
Save