Skip to content

Commit

Permalink
update react-native-toast ref
Browse files Browse the repository at this point in the history
  • Loading branch information
togayther committed Oct 31, 2016
1 parent b62e008 commit cfddb42
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ android {
applicationId "com.reactnativecnblogs"
minSdkVersion 16
targetSdkVersion 22
versionCode 2
versionName "3.0.1"
versionCode 3
versionName "3.1.0"
ndk {
abiFilters "armeabi-v7a", "x86"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

import com.oblador.vectoricons.VectorIconsPackage;
import com.microsoft.codepush.react.CodePush;
import com.remobile.toast.*;
import com.remobile.toast.RCTToastPackage;

import java.util.Arrays;
import java.util.List;
Expand Down
2 changes: 1 addition & 1 deletion android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ project(':react-native-vector-icons').projectDir = new File(rootProject.projectD
include ':react-native-code-push'
project(':react-native-code-push').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-code-push/android/app')
include ':react-native-toast'
project(':react-native-toast').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-toast/android')
project(':react-native-toast').projectDir = new File(settingsDir, '../node_modules/@remobile/react-native-toast/android')
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactNativeCnblogs",
"version": "3.0.1",
"version": "3.1.0",
"author": {
"name": "togayther",
"email": "[email protected]"
Expand Down Expand Up @@ -32,6 +32,7 @@
"update-android-production": "code-push promote cnblogs Staging Production"
},
"dependencies": {
"@remobile/react-native-toast": "^1.0.5",
"entities": "^1.1.1",
"flux-standard-action": "^0.6.1",
"lodash": "^4.13.1",
Expand All @@ -45,7 +46,6 @@
"react-native-html-converter": "^1.0.4",
"react-native-parallax-scroll-view": "^0.19.0",
"react-native-scrollable-tab-view": "^0.5.1",
"react-native-toast": "^1.0.1",
"react-native-vector-icons": "^2.0.3",
"react-redux": "^4.4.5",
"react-timer-mixin": "^0.13.3",
Expand Down

0 comments on commit cfddb42

Please sign in to comment.