Skip to content

Commit

Permalink
fixed bluetooth scanning problem in android 10 or greater
Browse files Browse the repository at this point in the history
  • Loading branch information
mahfuznow committed Dec 5, 2020
1 parent 2202198 commit 91449df
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@
/captures
.externalNativeBuild
.cxx
app/build/generated/
app/build/intermediates/
app/build/outputs/logs/
1 change: 1 addition & 0 deletions .idea/.name

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

4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
apply plugin: 'com.google.gms.google-services'

android {
compileSdkVersion 29
compileSdkVersion 28


defaultConfig {
applicationId "com.mahfuznow.iotree"
minSdkVersion 21
targetSdkVersion 29
targetSdkVersion 28
versionCode 1
versionName "1.0"

Expand Down
Binary file not shown.

0 comments on commit 91449df

Please sign in to comment.