Skip to content

Commit 320eeed

Browse files
Merge pull request #114 from smallcase/dev-release/5.3.0
scg-release: 4.4.0, rn-version update: 5.3.0
2 parents 5ce468f + 1aa0aa1 commit 320eeed

File tree

5 files changed

+7562
-7
lines changed

5 files changed

+7562
-7
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def kotlin_version = getExtOrDefault('kotlinVersion')
149149
dependencies {
150150
//noinspection GradleDynamicVersion
151151
implementation 'com.facebook.react:react-native:+' // From node_modules
152-
implementation 'com.smallcase.gateway:sdk:4.3.0'
152+
implementation 'com.smallcase.gateway:sdk:4.4.0'
153153
implementation 'com.smallcase.loans:sdk:3.1.1'
154154
implementation "androidx.core:core-ktx:1.3.1"
155155
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

android/gradle.properties

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
1+
## For more details on how to configure your build environment visit
2+
# http://www.gradle.org/docs/current/userguide/build_environment.html
3+
#
4+
# Specifies the JVM arguments used for the daemon process.
5+
# The setting is particularly useful for tweaking memory settings.
6+
# Default value: -Xmx1024m -XX:MaxPermSize=256m
7+
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
8+
#
9+
# When configured, Gradle will run in incubating parallel mode.
10+
# This option should only be used with decoupled projects. For more details, visit
11+
# https://developer.android.com/r/tools/gradle-multi-project-decoupled-projects
12+
# org.gradle.parallel=true
13+
#Wed Oct 01 13:43:28 IST 2025
14+
SmallcaseGateway_compileSdkVersion=31
115
SmallcaseGateway_kotlinVersion=1.7.0
216
SmallcaseGateway_minSdkVersion=21
3-
SmallcaseGateway_targetSdkVersion=31
4-
SmallcaseGateway_compileSdkVersion=31
517
SmallcaseGateway_ndkversion=21.4.7075529
6-
18+
SmallcaseGateway_targetSdkVersion=31
19+
android.enableJetifier=true
20+
android.useAndroidX=true
721
artifactory_contextUrl=https\://artifactory.smallcase.com/artifactory
822
artifactory_password=reactNativeUser123
9-
artifactory_user=react_native_user
23+
artifactory_user=react_native_user

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-smallcase-gateway",
33
"title": "React Native Smallcase Gateway",
4-
"version": "5.2.0",
4+
"version": "5.3.0",
55
"description": "smallcase gateway bindings for react native",
66
"main": "src/index.js",
77
"files": [

0 commit comments

Comments
 (0)