We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bf7fab commit a0da12bCopy full SHA for a0da12b
android/build.gradle
@@ -54,7 +54,7 @@ repositories {
54
dependencies {
55
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${project.ext.kotlinVersion}"
56
implementation "com.facebook.react:react-native:${safeExtGet('reactnativeVersion', '+')}"
57
- implementation 'com.argyle:argyle-link-android:5.10.1'
+ implementation 'com.argyle:argyle-link-android:5.10.0'
58
}
59
60
def configureReactNativePom(def pom) {
0 commit comments