New icon and shadow fix
This commit is contained in:
parent
9d26433cf0
commit
5f89e52658
10 changed files with 25 additions and 23 deletions
|
|
@ -23,8 +23,8 @@ android {
|
|||
applicationId "com.kabouzeid.gramophone"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 22
|
||||
versionCode 2
|
||||
versionName "0.9.0.1b"
|
||||
versionCode 3
|
||||
versionName "0.9.1b"
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
|
|
@ -59,9 +59,12 @@ dependencies {
|
|||
compile 'com.squareup.picasso:picasso:2.5.0'
|
||||
compile 'com.squareup:otto:1.3.6'
|
||||
compile 'com.squareup.okhttp:okhttp:2.2.0'
|
||||
compile files('../libs/jaudiotagger-2.0.4-20111207.115108-15.jar')
|
||||
compile 'asia.ivity.android:drag-sort-listview:1.0'
|
||||
compile('com.crashlytics.sdk.android:crashlytics:2.2.1@aar') {
|
||||
transitive = true;
|
||||
}
|
||||
compile files('../libs/jaudiotagger-2.0.4-20111207.115108-15.jar')
|
||||
compile 'asia.ivity.android:drag-sort-listview:1.0'
|
||||
compile('com.mikepenz.aboutlibraries:library:4.5.9@aar') {
|
||||
transitive = true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue