File tree Expand file tree Collapse file tree 4 files changed +9
-1
lines changed
Sample_Project/sample/app Expand file tree Collapse file tree 4 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
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
+
4
12
1.7.4
5
13
----
6
14
* Fix Batch.Messaging.LifecycleListener being wrongly obfuscated by Proguard, making it harder to use than intended
Original file line number Diff line number Diff line change @@ -37,5 +37,5 @@ dependencies {
37
37
compile ' com.google.android.gms:play-services-base:9.6.1'
38
38
compile ' com.google.android.gms:play-services-gcm:9.6.1'
39
39
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 +'
41
41
}
You can’t perform that action at this time.
0 commit comments