Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Jun 30, 2019
1 parent df0fddb commit d24520c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ android {
applicationId "org.billthefarmer.editor"
minSdkVersion 14
targetSdkVersion 28
versionName "1.38"
versionCode 138
versionName "1.39"
versionCode 139

buildConfigField "long", "BUILT", System.currentTimeMillis() + "L"
}
Expand Down
3 changes: 0 additions & 3 deletions src/main/java/org/billthefarmer/editor/Editor.java
Original file line number Diff line number Diff line change
Expand Up @@ -517,9 +517,6 @@ public void beforeTextChanged(CharSequence s,
{
query = searchView.getQuery();

if (BuildConfig.DEBUG)
Log.d(TAG, "Query " + query);

textView.postDelayed(() ->
{
if (searchItem != null &&
Expand Down

0 comments on commit d24520c

Please sign in to comment.