Skip to content

Commit

Permalink
Up SDK version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsen340 committed Feb 4, 2016
1 parent 48b2919 commit 4972992
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 595 deletions.
534 changes: 0 additions & 534 deletions .idea/codeStyleSettings.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/copyright/Tapglue.xml

This file was deleted.

6 changes: 1 addition & 5 deletions .idea/copyright/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions .idea/dictionaries/adrian.xml

This file was deleted.

27 changes: 0 additions & 27 deletions .idea/dictionaries/florin.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/encodings.xml

This file was deleted.

7 changes: 1 addition & 6 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tapglue-android-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android {
minSdkVersion 15
targetSdkVersion 23
versionCode 2
versionName "1.1.1"
versionName "1.1.2"
}

compileOptions {
Expand Down Expand Up @@ -74,7 +74,7 @@ ext {
siteUrl = 'https://github.com/tapglue/android_sdk'
gitUrl = 'https://github.com/tapglue/android_sdk.git'

libraryVersion = '1.1.1'
libraryVersion = '1.1.2'

developerId = 'tapglue'
developerName = 'Tapglue'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public class TGNetworkManager {
* Current library version - string used in requests
*/
@NonNull
private static final String currentLibraryVersion = "1.1.1";
private static final String currentLibraryVersion = "1.1.2";

/**
* Custom headers required for analytics purposes
Expand Down

0 comments on commit 4972992

Please sign in to comment.