From 46ba1a3dea79698515fc2abe534da4bf38547e6d Mon Sep 17 00:00:00 2001 From: jenkins Date: Mon, 8 Feb 2021 19:00:19 +0800 Subject: [PATCH] version++ --- android/build.gradle | 20 ++++++++++---------- pubspec.yaml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index b717020..cf976bf 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -15,15 +15,15 @@ buildscript { maven { url "https://gradle.finogeeks.club/repository/finogeeks/" credentials { - username "gradle" - password "ftjk@@123321" + username "finclip" + password "Abcd@@1234" } } maven { url "https://gradle.finogeeks.club/repository/applet/" credentials { - username "applet" - password "123321" + username "finclip" + password "Abcd@@1234" } } maven { url "https://jitpack.io" } @@ -44,15 +44,15 @@ rootProject.allprojects { maven { url "https://gradle.finogeeks.club/repository/finogeeks/" credentials { - username "gradle" - password "ftjk@@123321" + username "finclip" + password "Abcd@@1234" } } maven { url "https://gradle.finogeeks.club/repository/applet/" credentials { - username "applet" - password "123321" + username "finclip" + password "Abcd@@1234" } } maven { url "https://jitpack.io" } @@ -91,6 +91,6 @@ kapt { } dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - implementation 'com.finogeeks.lib:finapplet:2.14.18' - implementation 'com.finogeeks.mop:plugins:2.14.1' + implementation 'com.finogeeks.lib:finapplet:2.15.0' + implementation 'com.finogeeks.mop:plugins:2.15.0' } \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 7b62401..62466c3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mop description: A Finogeeks MiniProgram Flutter SDK. -version: '2.20.14' +version: '2.15.0' homepage: https://github.com/finogeeks/mop-flutter-sdk environment: