Skip to content

Commit 08a01e5

Browse files
committed
SDK 1.3.1
1 parent 18b9cfd commit 08a01e5

File tree

6 files changed

+19
-8
lines changed

6 files changed

+19
-8
lines changed

SDK/CHANGELOG.md

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

4+
1.3.1
5+
-----
6+
* Push enhancements
7+
* Minor bug fixes
8+
9+
410
1.3
511
-----
612
* Native Ads

SDK/Eclipse/Batch/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ android {
2626
res.srcDirs = ['res']
2727
}
2828
}
29+
30+
buildTypes {
31+
release {
32+
consumerProguardFiles 'proguard-project.txt'
33+
}
34+
}
2935
}
3036

3137
dependencies {
416 KB
Binary file not shown.

SDK/Eclipse/Batch/libs/batch.jar

3.44 KB
Binary file not shown.

SDK/Eclipse/Batch/proguard-project.txt

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@
1010
# For more details, see
1111
# http://developer.android.com/guide/developing/tools/proguard.html
1212

13-
# Add any project specific keep options here:
13+
-keep class com.batch.** {
14+
*;
15+
}
1416

15-
# If your project uses WebView with JS, uncomment the following
16-
# and specify the fully qualified class name to the JavaScript interface
17-
# class:
18-
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
19-
# public *;
20-
#}
17+
-keep class com.google.android.gms.** {
18+
*;
19+
}
2120

22-
-keep class com.batch.** { *; }
21+
-dontwarn com.batch.android.mediation.**

SDK/Gradle/Batch.aar

3.81 KB
Binary file not shown.

0 commit comments

Comments
 (0)