Skip to content

Commit

Permalink
Merge pull request #85 from RobertSasak/bug-annotation-does-not-exist
Browse files Browse the repository at this point in the history
error: package android.support.annotation does not exist
  • Loading branch information
RobertSasak authored Feb 26, 2020
2 parents 25360b1 + 902a187 commit 2748346
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import android.content.Intent;
import android.content.IntentFilter;
import android.graphics.Point;
import android.support.annotation.Nullable;
import androidx.annotation.Nullable;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.ViewGroup;
Expand Down

0 comments on commit 2748346

Please sign in to comment.