Skip to content

Commit

Permalink
Bump - new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsCalebJones committed Nov 28, 2017
1 parent f1f666b commit fb3b55f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Expand Up @@ -187,7 +187,7 @@ public void onCreate() {
try {
new WebView(getApplicationContext());
} catch (Exception e) {
Timber.e("Got exception while trying to instantiate WebView to avoid night mode issue. Ignoring problem.", e);
Timber.e(e);
}
if (sharedPreference.isNightThemeEnabled()) {
if (sharedPreference.isDayNightAutoEnabled()) {
Expand Down
4 changes: 2 additions & 2 deletions mobile/version.properties
@@ -1,2 +1,2 @@
#Mon Nov 27 16:50:53 EST 2017
VERSION_CODE=922
#Mon Nov 27 21:35:53 EST 2017
VERSION_CODE=933
4 changes: 2 additions & 2 deletions wear/version.properties
@@ -1,2 +1,2 @@
#Mon Nov 27 16:50:53 EST 2017
VERSION_CODE=922
#Mon Nov 27 21:35:53 EST 2017
VERSION_CODE=933

0 comments on commit fb3b55f

Please sign in to comment.