Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ buildscript {
apply plugin: 'com.android.library'

android {
compileSdkVersion 23
compileSdkVersion 28
buildToolsVersion "23.0.1"

defaultConfig {
minSdkVersion 16
targetSdkVersion 22
versionCode 1
versionName "0.2.0"
minSdkVersion 21
targetSdkVersion 28
versionCode 2
versionName "6.3.1"
}

buildTypes {
Expand All @@ -41,6 +41,6 @@ repositories {
}

dependencies {
compile 'com.facebook.react:react-native:+'
compile 'com.koushikdutta.async:androidasync:2.+'
implementation 'com.facebook.react:react-native:+'
implementation 'com.koushikdutta.async:androidasync:2.+'
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@photon-sdk/react-native-tcp",
"version": "6.3.0",
"version": "6.3.1",
"description": "node's net API for react-native",
"license": "MIT",
"repository": {
Expand Down