Skip to content

Commit

Permalink
Update library
Browse files Browse the repository at this point in the history
  • Loading branch information
DSteve595 committed Nov 27, 2015
1 parent 6b885ef commit 25af779
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
versionCode 94
versionName '3.1.5-beta2'
versionCode 95
versionName '3.1.5'
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
Expand Down Expand Up @@ -43,7 +43,7 @@ dependencies {
compile 'com.squareup.retrofit:retrofit:1.9.0'
compile 'com.path:android-priority-jobqueue:1.1.2'
compile 'com.tbruyelle.rxpermissions:rxpermissions:0.4.2@aar'
compile 'com.squareup.okhttp:okhttp:2.5.0'
compile 'com.squareup.okhttp:okhttp:2.6.0'
compile 'de.greenrobot:eventbus:2.4.0'
compile 'com.squareup.picasso:picasso:2.5.2'
compile project(':libraries:aFileChooser')
Expand Down

0 comments on commit 25af779

Please sign in to comment.