update dependencies

This commit is contained in:
Phillip Thelen 2017-06-21 16:12:10 +02:00
parent 46f1b9cab8
commit c670eb727e
2 changed files with 15 additions and 15 deletions

View file

@ -43,27 +43,27 @@ repositories {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
//Networking
compile 'com.squareup.okhttp3:okhttp:3.6.0'
compile 'com.squareup.okhttp3:logging-interceptor:3.6.0'
compile 'com.squareup.okhttp3:okhttp:3.8.1'
compile 'com.squareup.okhttp3:logging-interceptor:3.8.1'
//REST API handling
compile('com.squareup.retrofit2:retrofit:2.2.0') {
compile('com.squareup.retrofit2:retrofit:2.3.0') {
exclude module: 'okhttp'
}
compile 'com.squareup.retrofit2:converter-gson:2.2.0'
compile 'com.squareup.retrofit2:adapter-rxjava:2.2.0'
compile 'com.squareup.retrofit2:converter-gson:2.3.0'
compile 'com.squareup.retrofit2:adapter-rxjava:2.3.0'
//Crash Logging
releaseCompile('com.crashlytics.sdk.android:crashlytics:2.6.6@aar') {
releaseCompile('com.crashlytics.sdk.android:crashlytics:2.6.8@aar') {
transitive = true;
}
// View Elements Binding :)
compile 'com.jakewharton:butterknife:8.5.1'
apt 'com.jakewharton:butterknife-compiler:8.5.1'
compile 'com.jakewharton:butterknife:8.6.0'
apt 'com.jakewharton:butterknife-compiler:8.6.0'
//Dependency Injection
compile 'com.google.dagger:dagger:2.10'
apt 'com.google.dagger:dagger-compiler:2.10'
compile 'com.google.dagger:dagger:2.11'
apt 'com.google.dagger:dagger-compiler:2.11'
provided 'org.glassfish:javax.annotation:10.0-b28'
//App Compatibility and Material Design
compile('com.mikepenz:materialdrawer:5.8.3@aar') {
@ -96,7 +96,7 @@ dependencies {
compile 'org.greenrobot:eventbus:3.0.0'
// IAP Handling / Verification
compile 'org.solovyev.android:checkout:0.9.3@aar'
compile 'org.solovyev.android:checkout:1.0.1'
//Facebook
compile('com.facebook.android:facebook-android-sdk:4.19.0') {
@ -110,7 +110,7 @@ dependencies {
//RxJava
compile 'io.reactivex:rxandroid:1.2.1'
compile 'io.reactivex:rxjava:1.2.0'
compile 'io.reactivex:rxjava:1.3.0'
//Analytics
compile 'com.amplitude:android-sdk:2.13.3'
@ -143,9 +143,9 @@ dependencies {
compile 'org.apmem.tools:layouts:1.10@aar'
compile 'com.roughike:bottom-bar:2.2.0'
compile 'com.roughike:bottom-bar:2.3.1'
compile 'io.realm:android-adapters:2.0.0'
compile 'io.realm:android-adapters:2.1.0'
compile(project(':seeds-sdk')) {
exclude group: 'com.google.android.gms'

View file

@ -10,7 +10,7 @@ buildscript {
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
classpath 'com.google.gms:google-services:3.0.0'
classpath "io.realm:realm-gradle-plugin:3.2.1"
classpath "io.realm:realm-gradle-plugin:3.3.2"
}
}