phuochau / react-native-thumbnail

Get thumbnail from local media. Currently, it only supports for video.
MIT License
135 stars 104 forks source link

Gradle DSL method not found: 'google()' #32

Open rblcb opened 5 years ago

rblcb commented 5 years ago

I got this error in android stuidio. Gradle DSL method not found: 'google()'

ChengYurou commented 5 years ago

i also got this error .my react-native and gradle versions are:

react-native: 0.35 buildscript { repositories { jcenter() } dependencies { classpath 'com.android.tools.build:gradle:2.3.2' } } distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip