dbachelder / CreditCardEntry

Smooth UI for Credit Card Entry on Android device, regex check for supported credit card types and luhn check. Inspired by Square credit card entry interface
MIT License
503 stars 166 forks source link

Failed to resolve Import Android [BUG] #67

Open olympikesoft opened 6 years ago

olympikesoft commented 6 years ago

Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'. It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html

Failed to resolve: compile 'com.github.dbachelder:CreditCardEntry:1.4.0'

repositories{
  maven { url "https://jitpack.io" }
}
Irha-hub commented 2 months ago

Hi