Migrate annotation to androidx

release build is failing without this on android studio 3.5.3
This commit is contained in:
Laurent Arnoud 2019-12-12 21:31:23 +01:00
parent c2b1d45fc4
commit ec1de9824a
No known key found for this signature in database
GPG key ID: A79DAB2374F95DD5
2 changed files with 4 additions and 3 deletions

View file

@ -13,7 +13,7 @@ import java.io.IOException;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import javax.annotation.Nullable;
import androidx.annotation.Nullable;
/**
* @author kapodamy