Fix missing TargetApi import

The build was producing a "cannot find symbol class TargetApi" error without that line.
This commit is contained in:
Matthew Herz
2018-09-06 12:56:36 -07:00
committed by GitHub
parent 3c0323fbb0
commit 33d9acdf5d

View File

@@ -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;