Skip to content

Commit

Permalink
update version dependencies, ready to release b2
Browse files Browse the repository at this point in the history
  • Loading branch information
epicstar committed Oct 21, 2016
1 parent 003729f commit e9c162e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId "rectangledbmi.com.pittsburghrealtimetracker"
minSdkVersion 16
targetSdkVersion 23
versionCode 78
versionName "8.0.0b1"
versionCode 79
versionName "8.0.0b2"
}
lintOptions {
warning 'InvalidPackage'
Expand Down Expand Up @@ -66,13 +66,13 @@ dependencies {
compile 'io.reactivex:rxjava:1.2.1'
compile 'com.github.pwittchen:reactivenetwork:0.2.0'

compile 'com.squareup.retrofit2:retrofit:2.0.2'
compile 'com.squareup.retrofit2:converter-gson:2.0.2'
compile 'com.squareup.retrofit2:adapter-rxjava:2.0.2'
compile 'com.squareup.retrofit2:retrofit:2.1.0'
compile 'com.squareup.retrofit2:converter-gson:2.1.0'
compile 'com.squareup.retrofit2:adapter-rxjava:2.1.0'
compile 'org.glassfish:javax.annotation:10.0-b28'
compile 'com.squareup.okhttp3:okhttp:3.3.1'
compile 'com.squareup.okhttp3:okhttp:3.4.1'

compile 'com.jakewharton.timber:timber:4.1.2'
compile 'com.jakewharton.timber:timber:4.3.1'

debugCompile 'com.squareup.leakcanary:leakcanary-android:1.4-beta2'
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.4-beta2'
Expand All @@ -92,7 +92,7 @@ buildscript {

dependencies {
// use some java 8 syntax in the project
classpath 'me.tatarka:gradle-retrolambda:3.3.0-beta4'
classpath 'me.tatarka:gradle-retrolambda:3.3.1'
// check for updates of 3rd party libs:
// `./gradlew dependencyUpdates -Drevision=release`
classpath 'com.github.ben-manes:gradle-versions-plugin:0.12.0'
Expand Down

0 comments on commit e9c162e

Please sign in to comment.