From e0a737918a9a3cfd89cb4bbd4fba11eea29e19d4 Mon Sep 17 00:00:00 2001 From: xiaoyu Date: Tue, 12 Jan 2021 23:57:49 +0800 Subject: [PATCH] update finapplet and plugins version --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 0abe9a6..b6bea4b 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -91,6 +91,6 @@ kapt { } dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - implementation 'com.finogeeks.lib:finapplet:2.13.81' - implementation 'com.finogeeks.mop:plugins:0.0.27' + implementation 'com.finogeeks.lib:finapplet:2.13.85' + implementation 'com.finogeeks.mop:plugins:0.0.28' } \ No newline at end of file