Some bug fixes and grid size adjustable
This commit is contained in:
parent
bce9de2782
commit
c1a4185549
19 changed files with 236 additions and 88 deletions
|
|
@ -23,8 +23,8 @@ android {
|
|||
applicationId "com.kabouzeid.gramophone"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 22
|
||||
versionCode 16
|
||||
versionName "0.9.8b"
|
||||
versionCode 17
|
||||
versionName "0.9.7.1b"
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
|
|
@ -60,7 +60,7 @@ dependencies {
|
|||
compile 'com.melnykov:floatingactionbutton:1.3.0'
|
||||
compile 'com.github.ksoichiro:android-observablescrollview:1.5.0'
|
||||
compile 'com.mcxiaoke.volley:library:1.0.15'
|
||||
compile 'com.squareup.picasso:picasso:2.5.0'
|
||||
compile 'com.squareup.picasso:picasso:2.5.2'
|
||||
compile 'com.squareup:otto:1.3.6'
|
||||
compile 'com.squareup.okhttp:okhttp:2.2.0'
|
||||
compile 'asia.ivity.android:drag-sort-listview:1.0'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue