Skip to content

Commit

Permalink
rev623v0.9.2 fixed scan issue in first use. Restored API33 (API34 fail)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn committed Feb 1, 2025
1 parent 8f6de4d commit 7667e86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,7 @@ public void onRequestPermissionsResult(int requestCode, @NonNull String[] permis
break;
}
Log.i(TAG, "[PERM] User granted foreground location permission");
performBLEScan();
break;
case LOCATION_BACKGROUND:
if (grantResults.length == 0 || grantResults[0] != PackageManager.PERMISSION_GRANTED) {
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ org.gradle.jvmargs=-Xmx3096m -Dfile.encoding=UTF-8 \

mCompileSdkVersion=33
mMinSdkVersion=23
mTargetSdkVersion=34
mVersionCode=622
mVersionName=0.9.1
mTargetSdkVersion=33
mVersionCode=623
mVersionName=0.9.2
android.useAndroidX=true
android.enableJetifier=true

Expand Down

0 comments on commit 7667e86

Please sign in to comment.