From a219dbb9047f38099b1f682f4cccb786368120b6 Mon Sep 17 00:00:00 2001 From: Muneeb Khurshid Date: Wed, 29 May 2024 15:11:17 +0530 Subject: [PATCH] Update lexactivator ->3.28.1 update lexactivator lib version to latest 3.28.1 --- examples/sample/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/sample/app/build.gradle b/examples/sample/app/build.gradle index 32f2ea5..30a9d1d 100644 --- a/examples/sample/app/build.gradle +++ b/examples/sample/app/build.gradle @@ -32,5 +32,5 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.3.1' implementation 'com.google.android.material:material:1.4.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.1' - implementation 'com.cryptlex.android.lexactivator:lexactivator:3.26.0' -} \ No newline at end of file + implementation 'com.cryptlex.android.lexactivator:lexactivator:3.28.1' +}