Skip to content
This repository was archived by the owner on Dec 3, 2021. It is now read-only.

changes to support issue 3037 fix in status-react #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
7 changes: 3 additions & 4 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion 23
buildToolsVersion "23.0.1"

defaultConfig {
minSdkVersion 16
Expand All @@ -34,7 +33,7 @@ android {
}

dependencies {
compile 'com.facebook.react:react-native:+'
compile 'com.google.android.gms:play-services-gcm:+'
compile 'org.nanohttpd:nanohttpd:2.3.1'
api 'com.facebook.react:react-native:+'
api 'com.google.android.gms:play-services-gcm:+'
api 'org.nanohttpd:nanohttpd:2.3.1'
}