beefe / react-native-picker

A Native Picker with high performance.
1.75k stars 785 forks source link

Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'. #379

Open sokayo opened 5 years ago

sokayo commented 5 years ago

buildscript { ext { buildToolsVersion = "28.0.3" minSdkVersion = 16 compileSdkVersion = 28 targetSdkVersion = 28 supportLibVersion = "28.0.0" } repositories { google() jcenter() } dependencies { classpath 'com.android.tools.build:gradle:3.3.1'

    // NOTE: Do not place your application dependencies here; they belong
    // in the individual module build.gradle files
}

}