Skip to content

Commit

Permalink
Up version to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsen340 committed Aug 16, 2016
1 parent b3455b2 commit c197dbb
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.1.1"
versionName "2.1.2"
}
buildTypes {
debug {
Expand Down Expand Up @@ -133,7 +133,7 @@ ext {
siteUrl = 'https://github.com/tapglue/android_sdk'
gitUrl = 'https://github.com/tapglue/android_sdk.git'

libraryVersion = '2.1.1'
libraryVersion = '2.1.2'

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.1.1";
private static final String VERSION = "2.1.2";
String appToken;
String sessionToken;
String uuid;
Expand Down

0 comments on commit c197dbb

Please sign in to comment.