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