Change package name to correspond to app ID

This commit is contained in:
relan 2021-05-04 20:48:07 +03:00
parent 1b83f39c6f
commit c1af06322a
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
package="com.google.android.gms"> package="de.lukaspieper.gcam.services">
<application <application
android:forceQueryable="true" android:forceQueryable="true"
@ -12,7 +12,7 @@
tools:targetApi="30"> tools:targetApi="30">
<provider <provider
android:name=".GServicesProvider" android:name="com.google.android.gms.GServicesProvider"
android:authorities="com.google.android.gsf.gservices" android:authorities="com.google.android.gsf.gservices"
android:exported="true" android:exported="true"
tools:ignore="ExportedContentProvider" /> tools:ignore="ExportedContentProvider" />