Skip to content

Commit

Permalink
Fixed Issue snt1017#5 Error deploying the application in Android Studio
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasagrande committed Sep 24, 2022
1 parent ab9532a commit c058bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/android/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import android.content.pm.ApplicationInfo;
import android.content.pm.PackageManager;
import android.content.pm.ResolveInfo;
import android.support.annotation.NonNull;
import androidx.annotation.NonNull;

import java.util.Arrays;
import java.util.List;
Expand Down

0 comments on commit c058bd9

Please sign in to comment.