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 f36c302 commit 497eb3dCopy full SHA for 497eb3d
android/build.gradle
@@ -5,15 +5,15 @@ buildscript {
5
}
6
7
dependencies {
8
- classpath 'com.android.tools.build:gradle:3.1.4'
+ classpath 'com.android.tools.build:gradle:3.2.1'
9
10
11
12
apply plugin: 'com.android.library'
13
14
android {
15
- compileSdkVersion 27
16
- buildToolsVersion "27.0.3"
+ compileSdkVersion 28
+ buildToolsVersion "28.0.3"
17
18
defaultConfig {
19
minSdkVersion 16
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@hawkingnetwork/react-native-mqtt",
3
- "version": "0.4.15",
+ "version": "0.4.16",
4
"description": "MQTT client for react-native",
"main": "index.js",
"scripts": {
0 commit comments