Adding permission to export file & falling back to working version of Gradle

This commit is contained in:
Nabil Hachicha 2016-11-17 18:31:30 +00:00
parent a22b727a4f
commit 6f5e79cc50
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
package="io.realm.react.testapp"> package="io.realm.react.testapp">
<uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission. WRITE_EXTERNAL_STORAGE" />
<application <application
android:name=".MainApplication" android:name=".MainApplication"

View File

@ -5,7 +5,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:1.3.1' classpath 'com.android.tools.build:gradle:1.2.3'
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files