Skip to content

Commit f38f6a3

Browse files
committed
Batch SDK 1.5.3
1 parent 8345c81 commit f38f6a3

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

SDK/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
CHANGELOG
22
=========
33

4+
1.5.3
5+
-----
6+
* Added Batch.Push.getNotificationsType()
7+
* Threads used by Batch are now named
8+
* Batch.User.getEditor() has been renamed: Please use Batch.User.editor(). The old method will still work, but has been deprecated
9+
* Additional intent flags can now be set for the activity started when opening a Push using Batch.Push.setAdditionalIntentFlags(int)
10+
* Added "BatchActivityLifecycleHelper", an implementation of the "Application.ActivityLifecycleCallbacks" interface to use with "registerActivityLifecycleCallbacks()"
11+
412
1.5.2
513
-----
614
* Fix JSON issues on Android 4.3 and below

SDK/Eclipse/Batch/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ buildscript {
44
}
55

66
dependencies {
7-
classpath 'com.android.tools.build:gradle:1.2.3'
7+
classpath 'com.android.tools.build:gradle:2.0.0'
88
}
99
}
1010

1111
apply plugin: 'com.android.library'
1212

1313
android {
1414
compileSdkVersion 23
15-
buildToolsVersion "23.0.2"
15+
buildToolsVersion "23.0.3"
1616

1717
defaultConfig {
1818
minSdkVersion 9

SDK/Eclipse/Batch/libs/batch.jar

7.18 KB
Binary file not shown.

SDK/Gradle/Batch.aar

5.79 KB
Binary file not shown.

0 commit comments

Comments
 (0)