Skip to content

Commit 8f9713c

Browse files
committed
Batch SDK 1.7
1 parent ab98e04 commit 8f9713c

File tree

6 files changed

+10
-2
lines changed

6 files changed

+10
-2
lines changed

SDK/CHANGELOG.md

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

4+
1.7.0
5+
-----
6+
* Introduced [Mobile Landings](https://batch.com/doc/android/mobile-landings.html)
7+
48
1.6.0
59
-----
610
* Batch now requires Android 4.0.3 (API Level 15)

SDK/Eclipse/Batch/AndroidManifest.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
android:targetSdkVersion="24" />
66

77
<application>
8+
<activity android:name=".MessagingActivity"
9+
android:theme="@style/com.batch.android.MessagingActivityTheme"
10+
android:exported="false" />
11+
812
<activity android:name=".BatchActionActivity"
913
android:theme="@style/com.batch.android.ActionActivityTheme"
1014
android:exported="false" />

SDK/Eclipse/Batch/libs/batch.jar

114 KB
Binary file not shown.

SDK/Eclipse/Batch/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
1212

1313
# Project target.
14-
target=android-23
14+
target=android-24
1515
android.library=true

SDK/Gradle/Batch.aar

106 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.6+'
40+
compile 'com.batch.android:batch-sdk:1.7+'
4141
}

0 commit comments

Comments
 (0)