Skip to content

Commit ed485c8

Browse files
committed
Batch SDK 1.8 Release
1 parent 6df343e commit ed485c8

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
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.8.0
5+
----
6+
* BREAKING CHANGE: Removed Batch.Ads and Batch.Unlock methods and related classes.
7+
* Added Batch.User.trackLocation, allowing you to natively track user position updates
8+
* Added global notification sound override using Batch.Push.setSound(Uri)
9+
* Un-obfuscated the exception returned by some of BatchPushPayload's methods
10+
* Deprecated Batch.isRunningInDevMode. It is useless, as DEV API Keys always start with "DEV"
11+
412
1.7.4
513
----
614
* Fix Batch.Messaging.LifecycleListener being wrongly obfuscated by Proguard, making it harder to use than intended

SDK/Eclipse/Batch/libs/batch.jar

-73.5 KB
Binary file not shown.

SDK/Gradle/Batch.aar

-63.3 KB
Binary file not shown.

Sample_Project/sample/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ dependencies {
3737
compile 'com.google.android.gms:play-services-base:9.6.1'
3838
compile 'com.google.android.gms:play-services-gcm:9.6.1'
3939
compile 'com.google.android.gms:play-services-ads:9.6.1'
40-
compile 'com.batch.android:batch-sdk:1.7+'
40+
compile 'com.batch.android:batch-sdk:1.8+'
4141
}

0 commit comments

Comments
 (0)