Remove GooglePlay references

This commit is contained in:
Jacques Foucry 2017-12-11 15:26:21 +01:00
parent 79995cb45b
commit c4df2a7b00

View file

@ -48,11 +48,7 @@
android:parentActivityName=".MedicamentListActivity"
android:theme="@style/AppTheme">
</activity>
<receiver android:name=".NotificationPublisher" /><!-- ATTENTION: This was auto-generated to add Google Play services to your project for
App Indexing. See https://g.co/AppIndexing/AndroidStudio for more information. -->
<meta-data
android:name="com.google.android.gms.version"
android:value="@integer/google_play_services_version" />
<receiver android:name=".NotificationPublisher" />
<service android:name=".PillDroidJobService"
android:permission="android.permission.BIND_JOB_SERVICE"/>
</application>