Skip to content

Commit

Permalink
Merge pull request #2228 from moodlehq/integration [ci skip]
Browse files Browse the repository at this point in the history
Integration
  • Loading branch information
jleyva authored Dec 20, 2019
2 parents 1046eef + 6a1432b commit ad85ded
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,9 @@
<edit-config file="AndroidManifest.xml" mode="merge" target="/manifest/application">
<application android:usesCleartextTraffic="true" />
</edit-config>
<edit-config file="AndroidManifest.xml" mode="overwrite" target="/manifest/uses-feature[@android:name='android.hardware.location.gps']">
<uses-feature android:name="android.hardware.location.gps" android:required="false" />
</edit-config>
<config-file parent="/manifest/application" target="AndroidManifest.xml">
<meta-data android:name="firebase_analytics_collection_deactivated" android:value="true" />
</config-file>
Expand Down

0 comments on commit ad85ded

Please sign in to comment.