We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a008f95 commit ea522b9Copy full SHA for ea522b9
android/build.gradle
@@ -126,5 +126,5 @@ dependencies {
126
// noinspection GradleDynamicVersion
127
api 'com.facebook.react:react-native:+'
128
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
129
- implementation "com.fintecsystems:xs2awizard:3.4.2"
+ implementation "com.fintecsystems:xs2awizard:3.5.1"
130
}
android/gradle.properties
@@ -1,5 +1,5 @@
1
Xs2aReactNative_kotlinVersion=1.5.31
2
-Xs2aReactNative_compileSdkVersion=31
3
-Xs2aReactNative_targetSdkVersion=31
+Xs2aReactNative_compileSdkVersion=32
+Xs2aReactNative_targetSdkVersion=32
4
5
android.useAndroidX=true
0 commit comments