Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Revert "Updated namespaces for jetpack androidx (#52)"
Browse files Browse the repository at this point in the history
This reverts commit ae721d1.
  • Loading branch information
MortimerGoro committed Nov 19, 2018
1 parent 935c24a commit 57ce321
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions android/java/org/mozilla/vrb/ImageLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.opengl.ETC1;
import android.support.annotation.Keep;

import org.mozilla.vrb.etc2.UtilETC2;

Expand All @@ -19,9 +20,7 @@
import java.nio.ByteBuffer;
import java.nio.ByteOrder;

import androidx.annotation.Keep;

import static android.opengl.GLES30.GL_RGBA;
import static android.opengl.GLES30.*;

class ImageLoader {

Expand Down

0 comments on commit 57ce321

Please sign in to comment.