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

Commit 0120a86

Browse files
committed
0.6.5 - Hotfix
1 parent 584e138 commit 0120a86

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
applicationId "com.fox2code.mmm"
1313
minSdk 21
1414
targetSdk 33
15-
versionCode 56
16-
versionName "0.6.4"
15+
versionCode 57
16+
versionName "0.6.5"
1717

1818
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1919
}

app/src/main/java/com/fox2code/mmm/utils/NoodleDebug.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public NoodleDebug bind() {
6565
this.thread = new WeakReference<>(Thread.currentThread());
6666
THREAD_NOODLE.set(this);
6767
} else {
68-
this.thread = null;
68+
this.thread = NULL_THREAD_REF;
6969
THREAD_NOODLE.remove();
7070
}
7171
return this;

0 commit comments

Comments
 (0)