Skip to content

Commit 497eb3d

Browse files
committed
upgrade build android 28 & bump 0.4.16
1 parent f36c302 commit 497eb3d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ buildscript {
55
}
66

77
dependencies {
8-
classpath 'com.android.tools.build:gradle:3.1.4'
8+
classpath 'com.android.tools.build:gradle:3.2.1'
99
}
1010
}
1111

1212
apply plugin: 'com.android.library'
1313

1414
android {
15-
compileSdkVersion 27
16-
buildToolsVersion "27.0.3"
15+
compileSdkVersion 28
16+
buildToolsVersion "28.0.3"
1717

1818
defaultConfig {
1919
minSdkVersion 16

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hawkingnetwork/react-native-mqtt",
3-
"version": "0.4.15",
3+
"version": "0.4.16",
44
"description": "MQTT client for react-native",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)