Skip to content

Commit

Permalink
chore: fix build errors caused by lint check (#903)
Browse files Browse the repository at this point in the history
  • Loading branch information
kienvo authored May 10, 2024
1 parent 8a549e8 commit 340a42c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
xmlns:tools="http://schemas.android.com/tools"
package="org.fossasia.badgemagic">

<uses-permission android:name="android.permission.BLUETOOTH_SCAN" />
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />

<uses-feature android:name="android.hardware.bluetooth" android:required="true"/>
<uses-feature android:name="android.hardware.bluetooth_le" android:required="true"/>

<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
Expand Down
2 changes: 1 addition & 1 deletion versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ext.versions = [:]

versions.compileSdk = 29
versions.buildTools = '29.0.2'
versions.minSdk = 21
versions.minSdk = 24
versions.targetSdk = 29

versions.kotlin_version = '1.9.0'
Expand Down

0 comments on commit 340a42c

Please sign in to comment.