Skip to content

Commit

Permalink
fix: fix Log.w missing on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
thong.bui committed Jan 10, 2024
1 parent 4d1c82d commit 9ef1b62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -9,6 +9,7 @@
import android.os.Looper;
import android.view.View;
import android.view.WindowManager;
import android.util.Log;

import androidx.annotation.NonNull;

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-screenguard",
"version": "0.3.4",
"version": "0.3.5",
"private": false,
"description": "A Native screenshot blocking library for React-Native developer, with background customizable after captured. Screenshot detector are also supported.",
"main": "index",
Expand Down

0 comments on commit 9ef1b62

Please sign in to comment.