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

Commit

Permalink
Downgrade android gradle build tools (#400)
Browse files Browse the repository at this point in the history
To support the default react-native gradle version
#396
  • Loading branch information
jeremistadler authored and wkh237 committed Jun 19, 2017
1 parent d61461b commit ae083dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Expand Up @@ -9,7 +9,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.android.tools.build:gradle:2.2.3'
}
}

Expand Down

0 comments on commit ae083dd

Please sign in to comment.