master
kangxuyao 2020-08-24 17:52:21 +08:00
parent 515f5a3c75
commit 6d52133495
2 changed files with 2 additions and 2 deletions

View File

@ -91,6 +91,6 @@ kapt {
}
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.finogeeks.lib:finapplet:2.10.6'
implementation 'com.finogeeks.lib:finapplet:2.10.7'
}

View File

@ -17,6 +17,6 @@ A new flutter plugin project.
s.dependency 'Flutter'
s.ios.deployment_target = '8.0'
s.dependency 'FinApplet' , '2.7.7'
s.dependency 'FinApplet' , '2.7.8'
end