diff --git a/app/build.gradle b/app/build.gradle
index ef8a849f..2eed021c 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -54,13 +54,13 @@ android {
}
}
}
- compileSdkVersion 23
+ compileSdkVersion 24
buildToolsVersion '23.0.3'
defaultConfig {
minSdkVersion 16
- targetSdkVersion 23
+ targetSdkVersion 24
- renderscriptTargetApi 23
+ renderscriptTargetApi 24
vectorDrawables.useSupportLibrary = true
applicationId "com.kabouzeid.gramophone"
@@ -106,38 +106,32 @@ dependencies {
transitive = true
}
- compile('com.github.afollestad.material-dialogs:core:0.8.5.8@aar') {
- transitive = true
- }
- compile('com.github.afollestad.material-dialogs:commons:0.8.5.8@aar') {
+ compile('com.github.kabouzeid:app-theme-helper:1.2.0@aar') {
transitive = true
}
- compile('com.afollestad:material-cab:0.1.11@aar') {
- transitive = true
- }
+ compile 'com.android.support:support-v4:24.1.1'
+ compile 'com.android.support:support-v13:24.1.1'
+ compile 'com.android.support:appcompat-v7:24.1.1'
+ compile 'com.android.support:recyclerview-v7:24.1.1'
+ compile 'com.android.support:gridlayout-v7:24.1.1'
+ compile 'com.android.support:cardview-v7:24.1.1'
+ compile 'com.android.support:palette-v7:24.1.1'
+ compile 'com.android.support:design:24.1.1'
+ compile 'com.android.support:support-annotations:24.1.1'
+ compile 'com.android.support:percent:24.1.1'
+ compile 'com.android.support:preference-v7:24.1.1'
+ compile 'com.android.support:preference-v14:24.1.1'
- compile('com.github.kabouzeid:app-theme-helper:454b062475@aar') {
- transitive = true
- }
+ compile 'com.afollestad.material-dialogs:core:0.8.6.2@aar'
+ compile 'com.afollestad.material-dialogs:commons:0.8.6.2@aar'
+ compile 'com.afollestad:material-cab:0.1.12@aar'
- compile 'com.android.support:support-v4:23.4.0'
- compile 'com.android.support:support-v13:23.4.0'
- compile 'com.android.support:appcompat-v7:23.4.0'
- compile 'com.android.support:recyclerview-v7:23.4.0'
- compile 'com.android.support:gridlayout-v7:23.4.0'
- compile 'com.android.support:cardview-v7:23.4.0'
- compile 'com.android.support:palette-v7:23.4.0'
- compile 'com.android.support:design:23.4.0'
- compile 'com.android.support:support-annotations:23.4.0'
- compile 'com.android.support:percent:23.4.0'
- compile 'com.android.support:preference-v7:23.4.0'
- compile 'com.android.support:preference-v14:23.4.0'
compile 'com.github.ksoichiro:android-observablescrollview:1.6.0'
compile 'com.github.kabouzeid:SeekArc:1.2-kmod'
compile 'com.github.kabouzeid:AndroidSlidingUpPanel:3.3.0-kmod3'
- compile 'com.squareup.retrofit2:retrofit:2.0.2'
- compile 'com.squareup.retrofit2:converter-gson:2.0.2'
+ compile 'com.squareup.retrofit2:retrofit:2.1.0'
+ compile 'com.squareup.retrofit2:converter-gson:2.1.0'
compile 'com.jakewharton:butterknife:7.0.1'
//noinspection GradleDynamicVersion
compile 'com.anjlab.android.iab.v3:library:1.0.+'
@@ -145,6 +139,7 @@ dependencies {
compile 'com.github.bumptech.glide:glide:3.7.0'
compile 'com.github.bumptech.glide:okhttp3-integration:1.4.0@aar'
compile 'com.github.kabouzeid:RecyclerView-FastScroll:1.8-kmod'
- compile 'com.heinrichreimersoftware:material-intro:1.5.2'
+ compile 'com.heinrichreimersoftware:material-intro:1.5.7'
+ compile 'me.zhanghai.android.materialprogressbar:library:1.1.7'
compile 'org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5'
}
diff --git a/app/src/main/res/drawable/ic_search_white_24dp.xml b/app/src/main/res/drawable/ic_search_white_24dp.xml
new file mode 100644
index 00000000..2bcec042
--- /dev/null
+++ b/app/src/main/res/drawable/ic_search_white_24dp.xml
@@ -0,0 +1,9 @@
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/menu/menu_main.xml b/app/src/main/res/menu/menu_main.xml
index 87a8ecdd..8b82a5d4 100644
--- a/app/src/main/res/menu/menu_main.xml
+++ b/app/src/main/res/menu/menu_main.xml
@@ -5,7 +5,7 @@
diff --git a/app/src/main/res/menu/menu_search.xml b/app/src/main/res/menu/menu_search.xml
index 07f484c6..00e41035 100644
--- a/app/src/main/res/menu/menu_search.xml
+++ b/app/src/main/res/menu/menu_search.xml
@@ -3,7 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto">