Skip to content

Commit db218c3

Browse files
authored
Update build.gradle
1 parent 0098254 commit db218c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ dependencies {
7474
//noinspection GradleDynamicVersion
7575
implementation "com.facebook.react:react-native"
7676
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"
77+
debugImplementation "com.aheaditec.talsec.security:TalsecSecurity-Community-ReactNative:6.0.0-dev"
78+
releaseImplementation "com.aheaditec.talsec.security:TalsecSecurity-Community-ReactNative:6.0.0-release"
7979
}
8080

8181
if (isNewArchitectureEnabled()) {

0 commit comments

Comments
 (0)