Auro icon indicating copy to clipboard operation
Auro copied to clipboard

Async library

Open Allosh87 opened this issue 6 years ago • 1 comments

gradle can't seem to find afollestad aSync library, any solutions please?

Sent from my Galaxy J4 using FastHub

Allosh87 avatar Feb 23 '19 21:02 Allosh87

You can find it here: https://mvnrepository.com/artifact/com.afollestad/async/0.2.3

In the app/build.gradle file, replace the existing async dependency with compile group: 'com.afollestad', name: 'async', version: '0.2.3' and add the repository maven { url 'https://repo.spring.io/libs-release/' }.

jjosenaldo avatar Jul 17 '20 03:07 jjosenaldo