Removed merge adapter, details screen now uses a recyclerview

This commit is contained in:
Alexandros Schillings
2016-08-30 18:05:44 +01:00
parent 54d0caf6c8
commit 92d6ee5241
33 changed files with 986 additions and 187 deletions
+5 -1
View File
@@ -13,12 +13,16 @@ repositories {
maven {
url "https://repo.commonsware.com.s3.amazonaws.com"
}
maven {
url "https://s3.amazonaws.com/repo.commonsware.com"
}
}
dependencies {
compile 'com.jakewharton:butterknife:7.0.1'
compile 'com.android.support:appcompat-v7:24.2.0'
compile 'com.commonsware.cwac:merge:1.1.0'
compile 'com.android.support:recyclerview-v7:24.2.0'
compile 'com.anthonycr.grant:permissions:1.0'
compile fileTree(include: ['*.jar'], dir: 'libs')
compile project(':library')