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 692e723 commit 15e8304Copy full SHA for 15e8304
android/build.gradle
@@ -129,7 +129,7 @@ dependencies {
129
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
130
131
//App dependencies
132
- implementation 'com.queue_it.androidsdk:library:2.0.31'
+ implementation 'com.queue_it.androidsdk:library:2.0.32'
133
implementation 'com.android.support:appcompat-v7:28.0.0'
134
implementation 'com.android.support:design:28.0.0'
135
}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-queue-it",
3
- "version": "1.1.0",
+ "version": "1.1.1",
4
"description": "React Native Module for integrating Queue-it's virtual waiting room into React Native apps.",
5
"main": "lib/commonjs/index",
6
"module": "lib/module/index",
0 commit comments