Skip to content

Commit 45519cf

Browse files
committed
Batch 1.3.2
1 parent 08a01e5 commit 45519cf

File tree

5 files changed

+8
-3
lines changed

5 files changed

+8
-3
lines changed

SDK/CHANGELOG.md

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

4+
1.3.2
5+
-----
6+
* New manual push helper
7+
8+
49
1.3.1
510
-----
611
* Push enhancements

SDK/Eclipse/Batch/build.gradle

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

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

11-
apply plugin: 'android-library'
11+
apply plugin: 'com.android.library'
1212

1313
android {
1414
compileSdkVersion 22

SDK/Eclipse/Batch/libs/batch.jar

1.08 KB
Binary file not shown.

SDK/Eclipse/Batch/res/layout-land/ba_adunit2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
android:layout_width="match_parent"
131131
android:layout_height="wrap_content"
132132
android:layout_marginRight="20dp"
133-
android:layout_toLeftOf="@id/layout2calltoactionbutton"
133+
android:layout_toLeftOf="@+id/layout2calltoactionbutton"
134134
android:layout_alignParentLeft="true"
135135
android:layout_centerVertical="true"
136136
android:singleLine="false"

SDK/Gradle/Batch.aar

1.41 KB
Binary file not shown.

0 commit comments

Comments
 (0)