Skip to content
This repository has been archived by the owner on Apr 25, 2019. It is now read-only.

Commit

Permalink
[build.gradle] Revert Updated api breaks tabs
Browse files Browse the repository at this point in the history
Revert for now.  Issue raised in:

#128
Signed-off-by: binkybear <[email protected]>
  • Loading branch information
binkybear committed Apr 15, 2016
1 parent 9ba2798 commit 51b43cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ repositories {


dependencies {
compile 'com.android.support:support-v4:23.3.0'
compile 'com.android.support:appcompat-v7:23.3.0'
compile 'com.android.support:design:23.3.0'
compile 'com.android.support:support-v4:23.1.1'
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:design:23.1.1'
compile 'com.google.guava:guava:19.0-rc2'
compile project(':androidwversionmanager')
compile 'org.thoughtcrime.ssl.pinning:AndroidPinning:1.0.0'
Expand Down

0 comments on commit 51b43cf

Please sign in to comment.