Skip to content

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Dec 26, 2024
1 parent d09046e commit 31818fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Snapcast/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<uses-feature
android:name="android.hardware.touchscreen"
android:required="false" />
<uses-feature
<!-- <uses-feature
android:name="android.software.leanback"
android:required="false" />
android:required="false" /> -->
<uses-feature android:name="android.hardware.wifi" android:required="false" />

<uses-permission android:name="android.permission.WAKE_LOCK" />
Expand All @@ -17,9 +17,9 @@
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK" />

<!-- android:banner="@mipmap/app_banner" -->
<application
android:allowBackup="true"
android:banner="@mipmap/app_banner"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@
android.enableJetifier=true
android.useAndroidX=true
android.prefabVersion=1.1.2
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=false
android.nonFinalResIds=false

0 comments on commit 31818fc

Please sign in to comment.