From 46543bf1dcce3596b1e02ef7abdc494ee1659888 Mon Sep 17 00:00:00 2001 From: xiaoyu Date: Thu, 21 Oct 2021 11:15:47 +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 6e38abd..cd70fd2 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -92,5 +92,5 @@ kapt { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') implementation 'com.finogeeks.lib:finapplet:2.35.0-alpha20211020v01' - implementation 'com.finogeeks.mop:plugins:2.35.0-alpha20211020v02' + implementation 'com.finogeeks.mop:plugins:2.35.0-alpha20211020v03' } \ No newline at end of file