diff --git a/app/build.gradle b/app/build.gradle
index bcfa6ed90629bc43cd7c155f6626f2a2ae5181b5..1aebcd02f7740ed1f1e6f652182ed97b312ce5bd 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -27,7 +27,9 @@ dependencies {
compile 'com.heinrichreimersoftware:material-drawer:2.2.0' //Apache 2.0
compile 'io.realm:realm-android:0.85.0' //Apache 2.0 + RCBL
compile 'com.squareup.picasso:picasso:2.5.2' //Apache 2.0
- compile 'com.github.thorbenprimke:realm-recyclerview:0.9.5' //Apache 2.0
+ //compile 'com.github.thorbenprimke:realm-recyclerview:0.9.5' //Apache 2.0
+ compile (name:'realmrecyclerview-debug',ext:'aar')
+ compile 'com.github.TonicArtos:SuperSLiM:ed0ba4b4d2'
compile 'com.squareup.retrofit:retrofit:2.0.0-beta2' //Apache 2.0
compile ('com.thoughtworks.xstream:xstream:1.4.7') { //BSD
exclude group: 'xmlpull'
diff --git a/app/src/main/res/layout-land/fragment_albums.xml b/app/src/main/res/layout-land/fragment_albums.xml
deleted file mode 100644
index 7e1c87df50553544b0f5fe865a7e9c1baff2b2f1..0000000000000000000000000000000000000000
--- a/app/src/main/res/layout-land/fragment_albums.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
\ No newline at end of file
diff --git a/app/src/main/res/layout-land/fragment_artist.xml b/app/src/main/res/layout-land/fragment_artist.xml
deleted file mode 100644
index da7dbc701cab37332c5a0e62b625e7c7311943b3..0000000000000000000000000000000000000000
--- a/app/src/main/res/layout-land/fragment_artist.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/layout/fragment_albums.xml b/app/src/main/res/layout/fragment_albums.xml
index 54a1d32dccaa085f50459b7d8b3d71d335d57fc8..e6fb3d41b6033b5f769b6fb21d88e4ff8d8e17af 100644
--- a/app/src/main/res/layout/fragment_albums.xml
+++ b/app/src/main/res/layout/fragment_albums.xml
@@ -6,5 +6,5 @@
android:id="@+id/album_grid"
app:rrvLayoutType="Grid"
app:rrvIsRefreshable="true"
- app:rrvGridLayoutSpanCount="2"
+ app:rrvGridLayoutItemWidth="180dp"
xmlns:android="http://schemas.android.com/apk/res/android" />
\ No newline at end of file
diff --git a/app/src/main/res/layout/fragment_artist.xml b/app/src/main/res/layout/fragment_artist.xml
index 200cb742db33e2faca90a776c795542e4088ca6d..fad8210d1884cc4eb9da8be27051609c13002df1 100644
--- a/app/src/main/res/layout/fragment_artist.xml
+++ b/app/src/main/res/layout/fragment_artist.xml
@@ -22,5 +22,5 @@
android:id="@+id/artist_albums"
app:rrvLayoutType="Grid"
app:rrvIsRefreshable="false"
- app:rrvGridLayoutSpanCount="2"/>
+ app:rrvGridLayoutItemWidth="180dp"/>
\ No newline at end of file
diff --git a/build.gradle b/build.gradle
index 69597e52bdd6309b593ae922a32b3995ed7bd3d7..b002b03c027dcde5750ccd92a9a031b77936d80d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -16,6 +16,9 @@ allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
+ flatDir {
+ dirs 'libs'
+ }
}
}