From e5a2e1d8eb1da42e59618d4b5fb5497c8594547c Mon Sep 17 00:00:00 2001 From: xiaoyu Date: Thu, 28 Oct 2021 11:11:11 +0800 Subject: [PATCH] Update SDK version --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index e033b03..776c2b5 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.35.0-alpha20211026v02' + implementation 'com.finogeeks.lib:finapplet:2.35.0-alpha20211028v01' implementation 'com.finogeeks.mop:plugins:2.34.3' } \ No newline at end of file