Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit fa592a8

Browse files
committed
fix: ignore 'Instanstiatable' lint error
1 parent d05323f commit fa592a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
xmlns:tools="http://schemas.android.com/tools">
3+
xmlns:tools="http://schemas.android.com/tools"
4+
tools:ignore="Instantiatable">
45

56
<permission
67
android:name="com.itsaky.androidide.permission.BIND_LOG_SERVICE"

0 commit comments

Comments
 (0)