浏览代码

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 年前
父节点
当前提交
ae083dd7f5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      android/build.gradle

+ 1
- 1
android/build.gradle 查看文件

@@ -9,7 +9,7 @@ buildscript {
9 9
         jcenter()
10 10
     }
11 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