Browse Source

Downgrade android gradle build tools (#400)

To support the default react-native gradle version
https://github.com/wkh237/react-native-fetch-blob/pull/396
Jeremi Stadler 7 years ago
parent
commit
ae083dd7f5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      android/build.gradle

+ 1
- 1
android/build.gradle View File

9
         jcenter()
9
         jcenter()
10
     }
10
     }
11
     dependencies {
11
     dependencies {
12
-        classpath 'com.android.tools.build:gradle:2.3.3'
12
+        classpath 'com.android.tools.build:gradle:2.2.3'
13
     }
13
     }
14
 }
14
 }
15
 
15