From 99f843228b9def6d6bf0ec22ad5cbc9f874a3056 Mon Sep 17 00:00:00 2001 From: xiaoyu Date: Wed, 20 Oct 2021 16:22:28 +0800 Subject: [PATCH] Update sdk version --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index e2baade..6e38abd 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-alpha20211013v01' - implementation 'com.finogeeks.mop:plugins:2.35.0-alpha20211019v02' + implementation 'com.finogeeks.lib:finapplet:2.35.0-alpha20211020v01' + implementation 'com.finogeeks.mop:plugins:2.35.0-alpha20211020v02' } \ No newline at end of file