Skip to content

Commit

Permalink
Suppress lint suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
naveensingh committed Jan 5, 2025
1 parent 6074f17 commit 060ba08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
android:name="android.hardware.faketouch"
android:required="false" />

<!--suppress DeprecatedClassUsageInspection -->
<uses-permission
android:name="android.permission.USE_FINGERPRINT"
tools:node="remove" />
Expand All @@ -31,13 +32,15 @@
android:roundIcon="@mipmap/ic_launcher"
android:supportsRtl="true"
android:theme="@style/AppTheme"
tools:ignore="UnusedAttribute"
tools:replace="android:label">

<activity
android:name=".activities.WidgetRecordDisplayConfigureActivity"
android:exported="true"
android:screenOrientation="portrait"
android:theme="@style/MyWidgetConfigTheme">
android:theme="@style/MyWidgetConfigTheme"
tools:ignore="DiscouragedApi,LockedOrientationActivity">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_CONFIGURE" />
</intent-filter>
Expand Down
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ androidx-swiperefreshlayout = "1.1.0"
#Eventbus
eventbus = "3.3.1"
#Fossify
#noinspection GradleDependency
commons = "4013116a24"
#AudioRecordView
audiorecordview = "1.0.4"
Expand Down

0 comments on commit 060ba08

Please sign in to comment.