From 7797b84e031a17c4ea821d3d9e0302329a2997c9 Mon Sep 17 00:00:00 2001 From: Ahmad Kemsan Date: Fri, 23 May 2025 16:01:51 +0530 Subject: [PATCH] chore: update package version in example --- examples/sample/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/sample/app/build.gradle b/examples/sample/app/build.gradle index e697bf4..28530a7 100644 --- a/examples/sample/app/build.gradle +++ b/examples/sample/app/build.gradle @@ -32,5 +32,5 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'com.google.android.material:material:1.3.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' - implementation 'com.cryptlex.android.lexfloatclient:lexfloatclient:4.8.0' + implementation 'com.cryptlex.android.lexfloatclient:lexfloatclient:4.11.0' } \ No newline at end of file