Skip to content

Commit

Permalink
Tealium Android Library 5.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Karen Tamayo authored and Karen Tamayo committed Oct 23, 2017
1 parent b6d6316 commit 2765a6f
Show file tree
Hide file tree
Showing 16 changed files with 14 additions and 12 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ The Tealium DataAccess™ solution is a rich set of customer data services and f
* If you have **account specific questions** please contact your Tealium account manager

## Change Log
- 5.3.2
- Handle ThreadExecutor exception
- 5.3.1
- Added method to allow overriding log level at init time (setForceOverrideLogLevel)
- Changed calls to webview to protect against an edge case where the first event is not sent after a period of inactivity, if the publish settings timeout had expired (webview was being reloaded before the javascript call could finish)
Expand Down
2 changes: 1 addition & 1 deletion Samples/BlankApp+Tealium/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ android {
}

dependencies {
compile 'com.tealium:library:5.3.0'
compile 'com.tealium:library:5.3.2'
}
2 changes: 1 addition & 1 deletion Samples/BlankApp+Tealium/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.2'
classpath 'com.android.tools.build:gradle:2.3.3'
}
}

Expand Down
2 changes: 1 addition & 1 deletion Samples/ExampleApp+Tealium/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ android {

dependencies {
compile 'com.android.support:support-v4:25.1.0'
compile 'com.tealium:library:5.3.0'
compile 'com.tealium:library:5.3.2'
}
2 changes: 1 addition & 1 deletion Samples/ExampleApp+Tealium/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.2'
classpath 'com.android.tools.build:gradle:2.3.3'
}
}

Expand Down
Binary file modified Support/AdIdentifier/tealium.adidentifier-5.2.0.aar
Binary file not shown.
2 changes: 1 addition & 1 deletion Support/AndroidTV/Sample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ dependencies {
compile 'com.android.support:leanback-v17:25.1.0'
compile 'com.android.support:appcompat-v7:25.1.0'
compile 'com.github.bumptech.glide:glide:3.4.0'
compile 'com.tealium:library:5.3.0'
compile 'com.tealium:library:5.3.2'
}
2 changes: 1 addition & 1 deletion Support/AndroidTV/Sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.2'
classpath 'com.android.tools.build:gradle:2.3.3'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
2 changes: 1 addition & 1 deletion Support/AndroidWear/WearSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.2'
classpath 'com.android.tools.build:gradle:2.3.3'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
2 changes: 1 addition & 1 deletion Support/AndroidWear/WearSample/mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
compile 'com.google.android.gms:play-services-wearable:10.2.6'
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support.constraint:constraint-layout:1.0.0-beta4'
compile 'com.tealium:library:5.3.0'
compile 'com.tealium:library:5.3.2'
compile(name:'tealium.mobile-5.0.0', ext:'aar')
testCompile 'junit:junit:4.12'
}
2 changes: 1 addition & 1 deletion Support/LifeCycle/MobileSample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ android {

dependencies {
compile 'com.android.support:support-v4:25.3.1'
compile 'com.tealium:library:5.3.0'
compile 'com.tealium:library:5.3.2'
compile 'com.tealium:lifecycle:1.1'
}
2 changes: 1 addition & 1 deletion Support/LifeCycle/MobileSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.2'
classpath 'com.android.tools.build:gradle:2.3.3'
}
}

Expand Down
2 changes: 1 addition & 1 deletion Support/LifeCycle/TVSample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ dependencies {
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.github.bumptech.glide:glide:3.7.0'

compile 'com.tealium:library:5.3.0'
compile 'com.tealium:library:5.3.2'
compile 'com.tealium:lifecycle:1.1'
}
2 changes: 1 addition & 1 deletion Support/LifeCycle/TVSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.2'
classpath 'com.android.tools.build:gradle:2.3.3'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
Binary file removed tealium-5.3.1.aar
Binary file not shown.
Binary file added tealium-5.3.2.aar
Binary file not shown.

0 comments on commit 2765a6f

Please sign in to comment.