Skip to content
Snippets Groups Projects
Commit c76276a1 authored by Doug Zongker's avatar Doug Zongker
Browse files

relocate android.util.base64.* -> android.util.*

b/2553469 - API REVIEW: android.util.base64

Change-Id: I7b5048a8a6b37cdb437472e759f26b721ad58e3b
parent 15c85a49
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ import net.oauth.OAuthMessage;
import net.oauth.OAuthProblemException;
// BEGIN android-changed
// import org.apache.commons.codec.binary.Base64;
import android.util.base64.Base64;
import android.util.Base64;
// END android-changed
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment