Skip to content

Commit

Permalink
Merge pull request #48 from smallcase/feat/loans
Browse files Browse the repository at this point in the history
Feature: Loans
  • Loading branch information
aaditya-smallcase authored Jan 19, 2024
2 parents 71675c2 + b98c00e commit 7ec35f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def kotlin_version = getExtOrDefault('kotlinVersion')
dependencies {
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-native:+' // From node_modules
implementation 'com.smallcase.gateway:sdk:3.11.0'
implementation 'com.smallcase.gateway:sdk:3.12.1'
implementation "androidx.core:core-ktx:1.3.1"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}
Expand Down
2 changes: 1 addition & 1 deletion react-native-smallcase-gateway.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ Pod::Spec.new do |s|
s.dependency "ReactCommon/turbomodule/core"
end

s.dependency 'SCGateway', '3.11.1'
s.dependency 'SCGateway', '3.11.2'
end

0 comments on commit 7ec35f3

Please sign in to comment.