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 0098254 commit db218c3Copy full SHA for db218c3
android/build.gradle
@@ -74,8 +74,8 @@ dependencies {
74
//noinspection GradleDynamicVersion
75
implementation "com.facebook.react:react-native"
76
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
77
- debugImplementation "com.aheaditec.talsec.security:TalsecSecurity-Community-ReactNative:6.0.0-alpha1-dev"
78
- releaseImplementation "com.aheaditec.talsec.security:TalsecSecurity-Community-ReactNative:6.0.0-alpha1-release"
+ debugImplementation "com.aheaditec.talsec.security:TalsecSecurity-Community-ReactNative:6.0.0-dev"
+ releaseImplementation "com.aheaditec.talsec.security:TalsecSecurity-Community-ReactNative:6.0.0-release"
79
}
80
81
if (isNewArchitectureEnabled()) {
0 commit comments