Skip to content

Commit ea522b9

Browse files
author
Maik Mursall
committed
Now using the latest android sdk version
1 parent a008f95 commit ea522b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,5 +126,5 @@ dependencies {
126126
// noinspection GradleDynamicVersion
127127
api 'com.facebook.react:react-native:+'
128128
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
129-
implementation "com.fintecsystems:xs2awizard:3.4.2"
129+
implementation "com.fintecsystems:xs2awizard:3.5.1"
130130
}

android/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Xs2aReactNative_kotlinVersion=1.5.31
2-
Xs2aReactNative_compileSdkVersion=31
3-
Xs2aReactNative_targetSdkVersion=31
2+
Xs2aReactNative_compileSdkVersion=32
3+
Xs2aReactNative_targetSdkVersion=32
44

55
android.useAndroidX=true

0 commit comments

Comments
 (0)