Skip to content

Commit

Permalink
upgrade status-go
Browse files Browse the repository at this point in the history
  • Loading branch information
rasom committed Dec 7, 2016
1 parent be2a13e commit fdecec9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/react-native-status/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ android {

dependencies {
compile 'com.facebook.react:react-native:+'
compile(group: 'status-im', name: 'status-go', version: 'local-storage', ext: 'aar')
compile(group: 'status-im', name: 'status-go', version: 'jail-isconnected', ext: 'aar')
}
2 changes: 1 addition & 1 deletion modules/react-native-status/ios/RCTStatus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<artifactItem>
<groupId>status-im</groupId>
<artifactId>status-go-ios-simulator</artifactId>
<version>local-storage</version>
<version>jail-isconnected</version>
<type>zip</type>
<overWrite>true</overWrite>
<outputDirectory>./</outputDirectory>
Expand Down

0 comments on commit fdecec9

Please sign in to comment.