Skip to content

Commit

Permalink
fix(android): remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-gustafsson committed Oct 30, 2022
1 parent d732a32 commit ea6c1f8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/file_paths"></meta-data>
</provider>
<meta-data
android:name="com.google.android.gms.ads.APPLICATION_ID"
android:value="${ADMOB_APP_ID}"/>
</application>
<!-- Permissions -->
<uses-permission android:name="android.permission.INTERNET" />
Expand Down

0 comments on commit ea6c1f8

Please sign in to comment.