We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e502194 commit 13de132Copy full SHA for 13de132
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 3.1.2 (2017-11-03)
4
+
5
+* Fixes JDK 7 support by using Android Guava
6
+* Fixes bad artefact packaging caused by bug in gradle
7
8
## 3.1.1 (2017-10-11)
9
10
### Bug Fixes
gradle.properties
@@ -1,4 +1,4 @@
-version=3.1.1
+version=3.1.2
group=com.bugsnag
# Default properties
src/main/java/com/bugsnag/Notifier.java
@@ -4,7 +4,7 @@
class Notifier {
private static final String NOTIFIER_NAME = "Bugsnag Java";
- private static final String NOTIFIER_VERSION = "3.1.1";
+ private static final String NOTIFIER_VERSION = "3.1.2";
private static final String NOTIFIER_URL = "https://github.com/bugsnag/bugsnag-java";
@Expose
0 commit comments