Skip to content

Commit ecfbcd1

Browse files
committed
android: set min version to 13
I haven't been able to figure out a workaround for pre-A13
1 parent 5231b12 commit ecfbcd1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ https://github.com/user-attachments/assets/43911243-0576-4093-8c55-89c1db5ea533
6464
If you are using ColorOS/OxygenOS 16, you don't need root except for customizing transparency mode, setting up hearing aid, and use Bluetooth Multipoint. Changing ANC, conversational awareness, ear detection, and other customizations will work without root. For everyone else:
6565

6666
> [!CAUTION]
67-
> **You must have a rooted device with Xposed to use LibrePods on Android.** This is due to a [bug in the Android Bluetooth stack](https://issuetracker.google.com/issues/371713238). Please upvote the issue by clicking the '+1' icon on the IssueTracker page.
67+
> **You must have a rooted device with Xposed to use LibrePods on Android.** This is due to a [bug in the Android Bluetooth stack](https://issuetracker.google.com/issues/371713238). Please upvote the issue by clicking the '+1' icon on the IssueTracker page. I don't know a fix for Android versions <13 either. So, this needs a phone running A13+.
6868
>
6969
> There are **no exceptions** to the root requirement until Google/your OEM figures out a fix.
7070

android/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ android {
1212

1313
defaultConfig {
1414
applicationId = "me.kavishdevar.librepods"
15-
minSdk = 28
15+
minSdk = 33
1616
targetSdk = 36
17-
versionCode = 8
17+
versionCode = 9
1818
versionName = "0.2.0"
1919
}
2020

0 commit comments

Comments
 (0)