Skip to content

Commit

Permalink
Tealium Android Library 5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tamayok authored and tamayok committed Aug 3, 2016
1 parent c651661 commit 2a7dfbd
Show file tree
Hide file tree
Showing 27 changed files with 14 additions and 10 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tealium Mobile Library for Android Version 5.0.3
# Tealium Mobile Library for Android Version 5.0.4

This mobile library leverages the power of Tealium's [TIQ™ Tag Management](http://tealium.com/products/tealium-iq-tag-management-system/), [AudienceStream™](http://tealium.com/products/audiencestream/) and [Data Access™](http://tealium.com/products/tealium-dataaccess/) products, or any combination of, making them natively available to Android applications.
This mobile library leverages the power of Tealium's [TIQ™ Tag Management](http://tealium.com/products/tealium-iq-tag-management-system/), [AudienceStream™](http://tealium.com/products/audiencestream/) and [Data Access™](http://tealium.com/products/tealium-dataaccess/) products, or any combination of, making them natively available to Android applications. Please contact your Account Manager first to verify your agreement(s) for licensed products.

**Minimum Android API: 9 (Gingerbread)**

Expand Down Expand Up @@ -39,6 +39,10 @@ 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.0.4
- Standardized Tealium Data Sources
- Added lifecycle_totalcrashcount to lifecycle module
- Fixed late initialization null pointer issue
- 5.0.3
- Renamed OnMetricUpdateListener to MetricUpdateListener
- Fixed data clobbering bug
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(name:'tealium-5.0.3', ext:'aar')
compile(name:'tealium-5.0.4', ext:'aar')
}
Binary file removed Samples/BlankApp+Tealium/app/libs/tealium-5.0.3.aar
Binary file not shown.
Binary file not shown.
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:23.2.0'
compile(name:'tealium-5.0.3', ext:'aar')
compile(name:'tealium-5.0.4', ext:'aar')
}
Binary file not shown.
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:23.1.1'
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.github.bumptech.glide:glide:3.4.0'
compile(name:'tealium-5.0.3', ext:'aar')
compile(name:'tealium-5.0.4', ext:'aar')
}
Binary file removed Support/AndroidTV/Sample/app/libs/tealium-5.0.3.aar
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion Support/AndroidWear/Sample/mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ dependencies {
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.google.android.gms:play-services:8.3.0'
compile(name:'tealium-5.0.3', ext:'aar')
compile(name:'tealium-5.0.4', ext:'aar')
compile(name:'tealium.mobile-5.0.1', ext:'aar')
}
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions 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:23.2.0'
compile(name:'tealium-5.0.3', ext:'aar')
compile(name:'tealium.lifecycle-5.0.0', ext:'aar')
compile(name:'tealium-5.0.4', ext:'aar')
compile(name:'tealium.lifecycle-5.0.4', ext:'aar')
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions Support/LifeCycle/TVSample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ dependencies {
compile 'com.android.support:leanback-v17:23.1.1'
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.github.bumptech.glide:glide:3.4.0'
compile(name:'tealium-5.0.3', ext:'aar')
compile(name:'tealium.lifecycle-5.0.0', ext:'aar')
compile(name:'tealium-5.0.4', ext:'aar')
compile(name:'tealium.lifecycle-5.0.4', ext:'aar')
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed Support/LifeCycle/tealium.lifecycle-5.0.0.aar
Binary file not shown.
Binary file added Support/LifeCycle/tealium.lifecycle-5.0.4.aar
Binary file not shown.
Binary file removed tealium-5.0.3.aar
Binary file not shown.
Binary file added tealium-5.0.4.aar
Binary file not shown.

0 comments on commit 2a7dfbd

Please sign in to comment.