Finish basic DB update code. Start putting in skeleton of ui that will use the DB for albums.
This commit is contained in:
@@ -22,11 +22,13 @@ android {
|
||||
dependencies {
|
||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||
testCompile 'junit:junit:4.12'
|
||||
compile 'com.android.support:design:23.0.+'
|
||||
compile 'com.android.support:design:23.1.+'
|
||||
compile 'com.android.support:cardview-v7:23.0.+'
|
||||
compile 'com.heinrichreimersoftware:material-drawer:2.2.0' //Apache 2.0
|
||||
compile 'io.realm:realm-android:0.84.1' //Apache 2.0 + RCBL
|
||||
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.squareup.retrofit:retrofit:2.0.0-beta2'
|
||||
compile 'com.github.thorbenprimke:realm-recyclerview:0.9.5' //Apache 2.0
|
||||
compile 'com.squareup.retrofit:retrofit:2.0.0-beta2' //Apache 2.0
|
||||
compile ('com.squareup.retrofit:converter-simplexml:2.0.0-beta2') {
|
||||
exclude group: 'xpp3', module: 'xpp3'
|
||||
exclude group: 'stax', module: 'stax-api'
|
||||
|
||||
Reference in New Issue
Block a user