JakeWharton / RxBinding

RxJava binding APIs for Android's UI widgets.
Apache License 2.0
9.69k stars 971 forks source link

Build Error #539

Closed futurelc closed 4 years ago

futurelc commented 4 years ago

When I add Rxbinding build Error

Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.jakewharton.rxbinding:rxbinding:2.0.0.  
Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not resolve com.jakewharton.rxbinding:rxbinding:2.0.0.  
Unable to resolve dependency for ':app@debugUnitTest/compileClasspath': Could not resolve com.jakewharton.rxbinding:rxbinding:2.0.0.  
Unable to resolve dependency for ':app@release/compileClasspath': Could not resolve com.jakewharton.rxbinding:rxbinding:2.0.0.  
Unable to resolve dependency for ':app@releaseUnitTest/compileClasspath': Could not resolve com.jakewharton.rxbinding:rxbinding:2.0.0.  

compileSdkVersion 26 minSdkVersion 19 targetSdkVersion 22

I look forward to reply