Merge commit '0d531f5b5927556fd94e44eedacb678f6341479b' into kraken * commit '0d531f5b5927556fd94e44eedacb678f6341479b': relocate android.util.base64.* -> android.util.*
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.util.base64;
|
||||
package android.util;
|
||||
|
||||
import java.io.UnsupportedEncodingException;
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.util.base64;
|
||||
package android.util;
|
||||
|
||||
import java.io.FilterInputStream;
|
||||
import java.io.IOException;
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package android.util.base64;
|
||||
package android.util;
|
||||
|
||||
import java.io.FilterOutputStream;
|
||||
import java.io.IOException;
|
||||
Reference in New Issue
Block a user