Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions loans/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.1.3

- Update Android native SDK dependency to 5.1.3.

## 5.1.2

- Update Android and iOS native SDK dependencies for the 5.1.2 release.
Expand Down
2 changes: 1 addition & 1 deletion loans/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ android {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.smallcase.loans:sdk:5.1.2'
implementation 'com.smallcase.loans:sdk:5.1.3'
}
2 changes: 1 addition & 1 deletion loans/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: scloans
description: Scloans flutter plugin.
version: 5.1.2
version: 5.1.3
homepage: https://github.com/smallcase/gw-mob-sdk-flutter

environment:
Expand Down
4 changes: 2 additions & 2 deletions smart_investing/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -518,14 +518,14 @@ packages:
path: "../scgateway"
relative: true
source: path
version: "7.0.6"
version: "7.0.7"
scloans:
dependency: "direct main"
description:
path: "../loans"
relative: true
source: path
version: "5.1.2"
version: "5.1.3"
shelf:
dependency: transitive
description:
Expand Down