From 7d045231b36faf8dcdbabf8db9e8c6a3f903ee71 Mon Sep 17 00:00:00 2001 From: xiaoyu Date: Mon, 22 Nov 2021 16:42:29 +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 36b6f2d..8f8c948 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.34.7' + implementation 'com.finogeeks.lib:finapplet:2.35.0-alpha20211122v01' implementation 'com.finogeeks.mop:plugins:2.34.7' } \ No newline at end of file