Skip to content

Commit

Permalink
🚚 --
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Dec 7, 2023
1 parent aee5e9a commit f868580
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.cronet_http_example">
package="io.flutter.cronet_http_example">
<uses-permission android:name="android.permission.INTERNET"/>
</manifest>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.cronet_http_example">
package="io.flutter.cronet_http_example">
<uses-permission android:name="android.permission.INTERNET"/>
<application
android:label="cronet_http_example"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.example.cronet_http_example
package io.flutter.cronet_http_example

import io.flutter.embedding.android.FlutterActivity

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.cronet_http_example">
package="io.flutter.cronet_http_example">
<uses-permission android:name="android.permission.INTERNET"/>
</manifest>

0 comments on commit f868580

Please sign in to comment.