Skip to content

Commit

Permalink
Up version to v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsen340 committed Jun 15, 2016
1 parent c2a17a8 commit 61788f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tapglue-android-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
minSdkVersion 15
targetSdkVersion 23
versionCode 10
versionName "2.0.4"
versionName "2.0.5"
}
buildTypes {
debug {
Expand Down Expand Up @@ -132,7 +132,7 @@ ext {
siteUrl = 'https://github.com/tapglue/android_sdk'
gitUrl = 'https://github.com/tapglue/android_sdk.git'

libraryVersion = '2.0.4'
libraryVersion = '2.0.5'

developerId = 'tapglue'
developerName = 'Tapglue'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

class HeaderInterceptor implements Interceptor {

private static final String VERSION = "2.0.4";
private static final String VERSION = "2.0.5";
String appToken;
String sessionToken;
String uuid;
Expand Down

0 comments on commit 61788f7

Please sign in to comment.