Skip to content

Commit

Permalink
fix: remove sonarcloud security fix who broken user app
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Feb 18, 2023
1 parent 857cb05 commit 5f0e402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="ee.forgr.capacitor_updater">
<application android:usesCleartextTraffic="false">
<application>
<service android:name="ee.forgr.capacitor_updater.DownloadService" />
</application>
</manifest>

0 comments on commit 5f0e402

Please sign in to comment.