Skip to content

Commit

Permalink
bumped version to 1.7.14 and fixed a missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
crankycoder committed Sep 22, 2015
1 parent 300f8a4 commit 7446e55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// each of the version numbers must be 0-99
def versionMajor = 1
def versionMinor = 7 // minor feature releases
def versionPatch = 12 // This should be bumped for hot fixes
def versionPatch = 14 // This should be bumped for hot fixes

// Double check the versioning
for (versionPart in [versionPatch, versionMinor, versionMajor]) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import org.mozilla.mozstumbler.service.Prefs;
import org.mozilla.mozstumbler.service.core.logging.ClientLog;
import org.mozilla.mozstumbler.service.utils.Zipper;
import org.mozilla.mozstumbler.svclocator.BuildConfig;
import org.mozilla.mozstumbler.svclocator.ServiceLocator;
import org.mozilla.mozstumbler.svclocator.services.log.ILogger;
import org.mozilla.mozstumbler.svclocator.services.log.LoggerUtil;
Expand Down

0 comments on commit 7446e55

Please sign in to comment.