From 1cfd2c12d3f596aeba2f1d5fefc7e259eed856b3 Mon Sep 17 00:00:00 2001 From: Haley-Wong Date: Wed, 29 Jun 2022 11:50:47 +0800 Subject: [PATCH] Update build.gradle --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index e48f1fe..b56e8f5 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.36.11-fix20220629v01' - implementation 'com.finogeeks.mop:plugins:2.36.11-fix20220629v01' + implementation 'com.finogeeks.lib:finapplet:2.36.7' + implementation 'com.finogeeks.mop:plugins:2.36.7' }