Skip to content

Commit 7446e55

Browse files
committed
bumped version to 1.7.14 and fixed a missing import
1 parent 300f8a4 commit 7446e55

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// each of the version numbers must be 0-99
22
def versionMajor = 1
33
def versionMinor = 7 // minor feature releases
4-
def versionPatch = 12 // This should be bumped for hot fixes
4+
def versionPatch = 14 // This should be bumped for hot fixes
55

66
// Double check the versioning
77
for (versionPart in [versionPatch, versionMinor, versionMajor]) {

libraries/stumbler/src/main/java/org/mozilla/mozstumbler/service/core/http/HttpUtil.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
import org.mozilla.mozstumbler.service.Prefs;
1010
import org.mozilla.mozstumbler.service.core.logging.ClientLog;
1111
import org.mozilla.mozstumbler.service.utils.Zipper;
12+
import org.mozilla.mozstumbler.svclocator.BuildConfig;
1213
import org.mozilla.mozstumbler.svclocator.ServiceLocator;
1314
import org.mozilla.mozstumbler.svclocator.services.log.ILogger;
1415
import org.mozilla.mozstumbler.svclocator.services.log.LoggerUtil;

0 commit comments

Comments
 (0)