From 63a283ae4cb2b30d7d01f3d5c99155d85e7146a9 Mon Sep 17 00:00:00 2001 From: xiaoyu Date: Tue, 6 Jul 2021 23:38:41 +0800 Subject: [PATCH] Update finapplet version --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 803e762..523a953 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.31.1' + implementation 'com.finogeeks.lib:finapplet:2.32.0-alpha20210706v03' implementation 'com.finogeeks.mop:plugins:2.31.1' } \ No newline at end of file