Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit ae083dd

Browse files
jeremistadlerwkh237
authored andcommitted
Downgrade android gradle build tools (#400)
To support the default react-native gradle version #396
1 parent d61461b commit ae083dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
jcenter()
1010
}
1111
dependencies {
12-
classpath 'com.android.tools.build:gradle:2.3.3'
12+
classpath 'com.android.tools.build:gradle:2.2.3'
1313
}
1414
}
1515

0 commit comments

Comments
 (0)