Skip to content

Commit

Permalink
Prepare for 3.1.34 release
Browse files Browse the repository at this point in the history
  • Loading branch information
charitha committed May 22, 2018
1 parent 884aaed commit 40d835f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ buildscript {

dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.google.gms:google-services:3.0.0'
classpath 'com.google.gms:google-services:3.1.0'
}
}

Expand Down
8 changes: 4 additions & 4 deletions client/client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ android {
targetSdkVersion 25
multiDexEnabled true

versionCode 3010033
versionName "3.1.33"
versionCode 3010034
versionName "3.1.34"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

Expand Down Expand Up @@ -761,7 +761,7 @@ dependencies {
compile 'com.android.support:design:25.4.0'
compile 'commons-io:commons-io:2.5'
compile 'com.google.android.gms:play-services-base:11.8.0'
compile "com.google.android.gms:play-services-location:11.8.0"
compile 'com.google.android.gms:play-services-location:11.8.0'
compile 'com.google.firebase:firebase-core:11.8.0'
compile 'com.google.firebase:firebase-messaging:11.8.0'
compile 'com.fasterxml.jackson.core:jackson-core:2.6.4'
Expand All @@ -773,7 +773,7 @@ dependencies {
compile 'com.android.support.constraint:constraint-layout:1.0.2'
compile 'com.jcraft:jsch:0.1.54'
compile 'commons-net:commons-net:3.3'
compile "org.java-websocket:Java-WebSocket:1.3.0"
compile 'org.java-websocket:Java-WebSocket:1.3.0'
compile "org.apache.commons:commons-lang3:3.6"
compile 'com.android.support:multidex:1.0.1'
}
Expand Down
2 changes: 1 addition & 1 deletion client/iDPProxy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,4 @@ android {
dependencies {
compile 'commons-codec:commons-codec:20041127.091804'
compile 'com.android.volley:volley:1.0.0'
}
}

0 comments on commit 40d835f

Please sign in to comment.