Skip to content

Commit

Permalink
Tealium Android Library 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chadhartman committed Apr 18, 2016
1 parent 23522e4 commit 2a553db
Show file tree
Hide file tree
Showing 24 changed files with 14 additions and 14 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Tealium Mobile Library for Android Version 5.0.1
# Tealium Mobile Library for Android Version 5.0.2

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.

Expand Down Expand Up @@ -39,7 +39,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.0.2
- Fixed setOverrideCollectDispatchUrl bug
- 5.0.1
- Fixed cause of "Ignoring InnerClasses attribute for an anonymous inner class" warning
- Clarified "Retrieved bad visitor profile:" error message
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.1', ext:'aar')
compile(name:'tealium-5.0.2', ext:'aar')
}
Binary file removed Samples/BlankApp+Tealium/app/libs/tealium-5.0.1.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.1', ext:'aar')
compile(name:'tealium-5.0.2', ext:'aar')
}
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
package com.tealium.example;

import com.tealium.example.helper.TealiumHelper;

import android.app.Application;

// TODO: move entire project into android-library repo
import com.tealium.example.helper.TealiumHelper;

public class ExampleApp extends Application {

@Override
Expand Down
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:1.5.0'
classpath 'com.android.tools.build:gradle:2.0.0'
}
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Sep 08 10:55:57 PDT 2015
#Mon Apr 18 08:56:40 PDT 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip
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.1', ext:'aar')
compile(name:'tealium-5.0.2', ext:'aar')
}
Binary file removed Support/AndroidTV/Sample/app/libs/tealium-5.0.1.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.0', ext:'aar')
compile(name:'tealium-5.0.2', ext:'aar')
compile(name:'tealium.mobile-5.0.1', ext:'aar')
}
Binary file not shown.
Binary file not shown.
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:23.2.0'
compile(name:'tealium-5.0.1', ext:'aar')
compile(name:'tealium-5.0.2', ext:'aar')
compile(name:'tealium.lifecycle-5.0.0', ext:'aar')
}
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion 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.1', ext:'aar')
compile(name:'tealium-5.0.2', ext:'aar')
compile(name:'tealium.lifecycle-5.0.0', ext:'aar')
}
Binary file not shown.
Binary file not shown.
Binary file removed tealium-5.0.1.aar
Binary file not shown.
Binary file added tealium-5.0.2.aar
Binary file not shown.

0 comments on commit 2a553db

Please sign in to comment.