mirror of
https://github.com/seemoo-lab/AirGuard.git
synced 2026-04-25 15:35:49 +03:00
[GH-ISSUE #27] Android 7.0 version? #19
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AirGuard#19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TrainzLuvr on GitHub (Dec 31, 2021).
Original GitHub issue: https://github.com/seemoo-lab/AirGuard/issues/27
Hi,
Where can I get an Android 7.0 version, the releases all appear to be for 8.0?
TIA.
@Sn0wfreezeDev commented on GitHub (Jan 3, 2022):
Currently we only support Android 8.0 due to API limitations.
We are looking forward to extend the support to Android 5.5
@Trup3s commented on GitHub (Jan 3, 2022):
AirGuard 1.1.0 now has a minimum SDK level of 21. That means all Android versions down to Android 5.0 are now supported!
@arkon commented on GitHub (Jan 9, 2022):
I noticed that the project no longer builds properly since the
ScanResult#isConnectablemethod only works in SDK 26+, but the AirTag detection seems to depends on that. Is that an issue?