Merge branch 'master' of ssh://gitlab.finogeeks.club:2233/finclipsdk/finclip-flutter-sdk
commit
8044e599f9
|
@ -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'
|
||||
}
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue