Skip to content

Commit bd07020

Browse files
author
mert.yuksel
committed
Fix package name of sample-compose module
1 parent 6f4869e commit bd07020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample-compose/src/main/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
4-
package="com.trendyol.uicomponents.samplecompose">
4+
package="com.trendyol.uicomponents.sample.compose">
55

66
<uses-permission android:name="android.permission.INTERNET" />
77

0 commit comments

Comments
 (0)