Skip to content

Commit 1504ae5

Browse files
committed
Setting a specific version Java SDK
1 parent 8f714a1 commit 1504ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,5 @@ dependencies {
124124
// noinspection GradleDynamicVersion
125125
api 'com.facebook.react:react-native:+'
126126
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
127-
api 'com.pusher:pusher-java-client:+'
127+
api 'com.pusher:pusher-java-client:2.2.8'
128128
}

0 commit comments

Comments
 (0)