Skip to content

Commit e12319c

Browse files
morteza-binarytom-binary
authored andcommitted
Fixed the package name of android project. (deriv-com#2)
1 parent e2f1a3c commit e12319c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/src/main/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="com.example.flutter_deriv_api">
2+
package="com.deriv.flutter_deriv_api">
33
</manifest>

android/src/main/kotlin/com/example/flutter_deriv_api/FlutterDerivApiPlugin.kt renamed to android/src/main/kotlin/com/deriv/flutter_deriv_api/FlutterDerivApiPlugin.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.example.flutter_deriv_api
1+
package com.deriv.flutter_deriv_api
22

33
import io.flutter.plugin.common.MethodCall
44
import io.flutter.plugin.common.MethodChannel

0 commit comments

Comments
 (0)