Skip to content

Commit

Permalink
fix: Missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxushka authored Apr 19, 2024
1 parent 1c085f4 commit 5c2820f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package dev.bessems.usbserial;

import android.annotation.SuppressLint;
import android.app.PendingIntent;
import android.content.BroadcastReceiver;
import android.content.Context;
Expand All @@ -13,6 +14,7 @@

import com.felhr.usbserial.UsbSerialDevice;

import java.lang.reflect.Method;
import java.util.HashMap;
import java.util.List;
import java.util.ArrayList;
Expand Down

0 comments on commit 5c2820f

Please sign in to comment.