Merge pull request #139 from Oizaro/master

Move chimera content to com.google
This commit is contained in:
KevinX8 2021-05-17 15:55:58 +01:00 committed by GitHub
commit ba1ee758be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
package com.mgoogle.android.gms.dynamite;
package com.google.android.gms.dynamite;
import com.google.android.gms.dynamic.IObjectWrapper;

View File

@ -3,7 +3,7 @@
* SPDX-License-Identifier: Apache-2.0
*/
package com.mgoogle.android.gms.chimera.container;
package com.google.android.gms.chimera.container;
import android.content.Context;
import android.content.ContextWrapper;

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
package com.mgoogle.android.gms.chimera.container;
package com.google.android.gms.chimera.container;
import android.content.Context;
import android.content.ContextWrapper;
@ -24,7 +24,7 @@ import android.util.Log;
import com.google.android.gms.dynamic.IObjectWrapper;
import com.google.android.gms.dynamic.ObjectWrapper;
import com.mgoogle.android.gms.dynamite.IDynamiteLoader;
import com.google.android.gms.dynamite.IDynamiteLoader;
import org.microg.gms.common.Constants;

View File

@ -3,7 +3,7 @@
* SPDX-License-Identifier: Apache-2.0
*/
package com.mgoogle.android.gms.chimera.container;
package com.google.android.gms.chimera.container;
import java.util.Collection;
import java.util.Collections;

View File

@ -3,7 +3,7 @@
* SPDX-License-Identifier: Apache-2.0
*/
package com.mgoogle.android.gms.chimera.container;
package com.google.android.gms.chimera.container;
import android.util.Log;