Auro
Auro copied to clipboard
Async library
gradle can't seem to find afollestad aSync library, any solutions please?
Sent from my Galaxy J4 using FastHub
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/' }
.