Skip to content

Commit

Permalink
Merge pull request #1221 from lumenlunae/patch-1
Browse files Browse the repository at this point in the history
Fix missing TargetApi import
  • Loading branch information
cobarx authored Sep 12, 2018
2 parents 3c0323f + 33d9acd commit b514246
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package com.brentvatne.react;

import android.annotation.SuppressLint;
import android.annotation.TargetApi;
import android.app.Activity;
import android.content.res.AssetFileDescriptor;
import android.graphics.Matrix;
Expand Down

0 comments on commit b514246

Please sign in to comment.