Aidan Follestad 9 years ago
parent
commit
33b700e2a9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      commons/build.gradle

+ 1 - 0
commons/build.gradle

@@ -19,6 +19,7 @@ android {
 dependencies {
     compile fileTree(dir: 'libs', include: ['*.jar'])
     compile 'com.android.support:appcompat-v7:23.0.1'
+//    compile 'com.android.support:preference-v7:23.0.1'
     compile project(':core')
 }