From 23e84d2d9984b25036b80050f9c638383b381ef5 Mon Sep 17 00:00:00 2001 From: developer Date: Sat, 21 Mar 2020 19:58:58 +0800 Subject: [PATCH] fix: android version --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index ceb17a3..3e6229e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -77,6 +77,6 @@ kapt { } dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - implementation 'com.finogeeks.lib:finapplet:latest' + implementation 'com.finogeeks.lib:finapplet:+' }