From ce055ffe036c6cf95af6e80d42e29c8fbce77282 Mon Sep 17 00:00:00 2001 From: Alessandro Date: Fri, 16 Dec 2022 17:42:34 +0100 Subject: [PATCH] Update Readme with library limitations --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63d1c88..06f301c 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ String arpTable = ArpNDK.getARP(); # Important Note -This library actually works also if your `targetSdk` in your `build.gradle` is set to `32` and `minSdk` to '21' +This library **does not** work with Android 13 devices if you use `targetSdk` equals to `32` . ## Apps Using this Library