Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Commit

Permalink
0.6.5 - Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fox2Code committed Sep 13, 2022
1 parent 584e138 commit 0120a86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "com.fox2code.mmm"
minSdk 21
targetSdk 33
versionCode 56
versionName "0.6.4"
versionCode 57
versionName "0.6.5"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/com/fox2code/mmm/utils/NoodleDebug.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public NoodleDebug bind() {
this.thread = new WeakReference<>(Thread.currentThread());
THREAD_NOODLE.set(this);
} else {
this.thread = null;
this.thread = NULL_THREAD_REF;
THREAD_NOODLE.remove();
}
return this;
Expand Down

0 comments on commit 0120a86

Please sign in to comment.