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 21, 2016
1 parent 7fb7b60 commit 6002d53
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: 'restart-rpc', ext: 'aar')
compile(group: 'status-im', name: 'status-go', version: '1.1.0-14-g85f29c2', 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>restart-rpc3</version>
<version>1.1.0-14-g85f29c2</version>
<type>zip</type>
<overWrite>true</overWrite>
<outputDirectory>./</outputDirectory>
Expand Down

0 comments on commit 6002d53

Please sign in to comment.