Skip to content

Commit

Permalink
Fix androidx import for M3 scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
DaSpood committed Jul 30, 2024
1 parent 0a26349 commit 00e6e35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


import android.content.Context;
import android.support.annotation.Nullable;
import androidx.annotation.Nullable;
import android.util.Log;

import com.enioka.scanner.api.Scanner;
Expand Down

0 comments on commit 00e6e35

Please sign in to comment.