Skip to content

Commit

Permalink
to close #55 fix androidX compatibility (#56)
Browse files Browse the repository at this point in the history
flutter 1.2.1 stable version with androidX compatibility. update annotation and exifinterface api.
  • Loading branch information
gimox authored and azihsoyn committed Feb 28, 2019
1 parent 0fcfa97 commit a4a091f
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -8,8 +8,8 @@
import android.graphics.Point;
import android.graphics.Rect;
import android.net.Uri;
import android.support.annotation.NonNull;
import android.support.media.ExifInterface;
import androidx.annotation.NonNull;
import androidx.exifinterface.media.ExifInterface;
import android.util.Log;

import com.google.android.gms.tasks.Continuation;
Expand Down

0 comments on commit a4a091f

Please sign in to comment.