Skip to content

Commit b15afa7

Browse files
authored
List android-textile dep as api so transitive deps are on classpath (#76)
1 parent d0e60a2 commit b15afa7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ repositories {
4949

5050
dependencies {
5151
implementation "com.facebook.react:react-native:+" // From node_modules
52-
implementation 'io.textile:textile:0.1.1'
52+
api 'io.textile:textile:0.1.4'
5353
}
5454

5555
task wrapper(type: Wrapper) {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@textile/react-native-sdk",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "## Getting started",
55
"nativePackage": true,
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)