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 a0bd42a commit ea8e3cbCopy full SHA for ea8e3cb
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.30'
+ implementation 'com.queue_it.androidsdk:library:2.0.31'
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": "0.1.21",
+ "version": "1.0.0",
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