diff --git a/android/build.gradle b/android/build.gradle index fcba4c5..f3bd7d3 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:1.3.1' + classpath 'com.android.tools.build:gradle:2.2.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties index b9fbfab..94db5eb 100644 --- a/android/gradle/wrapper/gradle-wrapper.properties +++ b/android/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,6 @@ +#Fri Nov 04 20:16:00 PHT 2016 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip diff --git a/package.json b/package.json index 1fbed71..85399f5 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,8 @@ "lodash": "^4.16.4", "moment": "^2.15.1", "numeral": "^1.5.3", - "react": "^15.3.2", - "react-native": "^0.32.0", + "react": "15.3.2", + "react-native": "0.32.0", "react-native-linear-gradient": "^1.5.13", "react-native-navigation": "^2.0.0-experimental.133", "react-native-scrollable-tab-view": "git+https://github.com/skv-headless/react-native-scrollable-tab-view.git",