From ddb16b3acbd574d023bab6403c8d0b3f83ab59d2 Mon Sep 17 00:00:00 2001 From: Jan Tennert Date: Tue, 26 Nov 2024 17:09:42 +0100 Subject: [PATCH] Add note about the minimum Android SDK version --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e2ec42cf..61f5aa69 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,8 @@ implementation(platform("io.github.jan-tennert.supabase:bom:VERSION")) implementation("io.github.jan-tennert.supabase:[module]") ``` +*Note that the minimum Android SDK version is 26. For lower versions, you need to enable [core library desugaring](https://developer.android.com/studio/write/java8-support#library-desugaring).* + ### Add a Ktor Client Engine to each of your Kotlin targets You can find a list of available engines [here](https://ktor.io/docs/http-client-engines.html). @@ -169,4 +171,4 @@ Checkout the [contribution guidelines](/CONTRIBUTING.md) for more information. ## Sponsoring -If you like the project and want to support it, consider sponsoring me on [Ko-fi](https://ko-fi.com/jantennert) or directly on [PayPal](https://www.paypal.com/donate/?hosted_button_id=SR3YJS5CZFS9L). \ No newline at end of file +If you like the project and want to support it, consider sponsoring me on [Ko-fi](https://ko-fi.com/jantennert) or directly on [PayPal](https://www.paypal.com/donate/?hosted_button_id=SR3YJS5CZFS9L).