From 4bcc79e4e5bd30ae04f6cc499656011ddefb6374 Mon Sep 17 00:00:00 2001 From: xiaoyu Date: Tue, 25 Aug 2020 14:02:55 +0800 Subject: [PATCH] update finapplet version --- android/build.gradle | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 6e3d457..edf112a 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -91,6 +91,5 @@ kapt { } dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - implementation 'com.finogeeks.lib:finapplet:2.10.7' - -} + implementation 'com.finogeeks.lib:finapplet:2.11.4' +} \ No newline at end of file