Update libraries and build tools
This commit is contained in:
parent
4d8c9360c9
commit
534fdac19f
1 changed files with 13 additions and 20 deletions
|
|
@ -26,7 +26,7 @@ repositories {
|
|||
|
||||
android {
|
||||
compileSdkVersion 25
|
||||
buildToolsVersion '25.0.2'
|
||||
buildToolsVersion '25.0.3'
|
||||
dataBinding {
|
||||
enabled = true
|
||||
}
|
||||
|
|
@ -73,18 +73,6 @@ dependencies {
|
|||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||
testCompile 'junit:junit:4.12'
|
||||
|
||||
compile('com.crashlytics.sdk.android:crashlytics:2.6.2@aar') {
|
||||
transitive = true
|
||||
}
|
||||
|
||||
compile('com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:0.10.6@aar') {
|
||||
transitive = true
|
||||
}
|
||||
|
||||
compile('com.github.kabouzeid:app-theme-helper:1.3.5') {
|
||||
transitive = true
|
||||
}
|
||||
|
||||
compile "com.android.support:support-compat:$supportLibVersion"
|
||||
compile "com.android.support:support-core-utils:$supportLibVersion"
|
||||
compile "com.android.support:support-core-ui:$supportLibVersion"
|
||||
|
|
@ -102,21 +90,26 @@ dependencies {
|
|||
compile "com.android.support:preference-v7:$supportLibVersion"
|
||||
compile "com.android.support:preference-v14:$supportLibVersion"
|
||||
|
||||
compile 'com.afollestad.material-dialogs:core:0.9.4.3@aar'
|
||||
compile 'com.afollestad.material-dialogs:commons:0.9.4.3@aar'
|
||||
compile 'com.afollestad:material-cab:0.1.12@aar'
|
||||
compile "com.crashlytics.sdk.android:crashlytics:2.6.2"
|
||||
|
||||
compile 'com.github.ksoichiro:android-observablescrollview:1.6.0'
|
||||
compile "com.github.kabouzeid:app-theme-helper:1.3.7"
|
||||
compile 'com.github.kabouzeid:RecyclerView-FastScroll:1.9-kmod'
|
||||
compile 'com.github.kabouzeid:SeekArc:1.2-kmod'
|
||||
compile 'com.github.kabouzeid:AndroidSlidingUpPanel:3.3.0-kmod3'
|
||||
|
||||
compile 'com.afollestad.material-dialogs:core:0.9.4.5'
|
||||
compile 'com.afollestad.material-dialogs:commons:0.9.4.5'
|
||||
compile 'com.afollestad:material-cab:0.1.12'
|
||||
|
||||
compile "com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:0.10.6"
|
||||
compile 'com.github.ksoichiro:android-observablescrollview:1.6.0'
|
||||
compile 'com.squareup.retrofit2:retrofit:2.3.0'
|
||||
compile 'com.squareup.retrofit2:converter-gson:2.3.0'
|
||||
//noinspection GradleDynamicVersion
|
||||
compile 'com.anjlab.android.iab.v3:library:1.0.+'
|
||||
compile 'de.psdev.licensesdialog:licensesdialog:1.8.1'
|
||||
compile 'com.github.bumptech.glide:glide:3.8.0-SNAPSHOT'
|
||||
compile 'com.github.bumptech.glide:okhttp3-integration:1.5.0-SNAPSHOT'
|
||||
compile 'com.github.kabouzeid:RecyclerView-FastScroll:1.9-kmod'
|
||||
compile 'com.github.bumptech.glide:glide:3.8.0'
|
||||
compile 'com.github.bumptech.glide:okhttp3-integration:1.5.0'
|
||||
compile 'com.heinrichreimersoftware:material-intro:1.6.2'
|
||||
compile 'me.zhanghai.android.materialprogressbar:library:1.4.1'
|
||||
compile 'org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue