Skip to content

Commit ee9daaa

Browse files
committed
fix lint
1 parent bc69a17 commit ee9daaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,13 +216,13 @@ abstract class GenerateDeepLinkManifestTask : DefaultTask() {
216216
<?xml version="1.0" encoding="utf-8"?>
217217
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
218218
<application>
219-
<activity android:name="dev.dimension.flare.MainActivity">
219+
<activity android:name="dev.dimension.flare.MainActivity" android:exported="true">
220220
<intent-filter android:autoVerify="false">
221221
<action android:name="android.intent.action.VIEW"/>
222222
<category android:name="android.intent.category.DEFAULT"/>
223223
<category android:name="android.intent.category.BROWSABLE"/>
224224
<data android:scheme="https" />
225-
$dataTags
225+
$dataTags
226226
</intent-filter>
227227
</activity>
228228
</application>

0 commit comments

Comments
 (0)