Roman Pavliuk
Roman Pavliuk
@chinuayu Try this way: `implementation(files("./libs/your.aar"))`
@DanteAndroid Nope. Because it's uses a google-play-services API. And this library it's only a wrapper on Location API
**Kotlin** Will retrofit support async/await in future?
Had the same issue with custom styles. I have figured out that this is a problem with dot notation. Try to create custom style without dot notation and use it....
Any progress here? In my case onUrisAvailable callback returns ytFiles==null. But earlier it was working fine. Maybe youtube change smth?
@YogevUzan I have started to using this library: https://github.com/Commit451/YouTubeExtractor
@sunflowerseat nope. These rules didn't help me too. I decided to use another library: `implementation group: 'org.mozilla', name: 'rhino', version: '1.7.10'` You'll need to change your code slightly. Mine looks...
Any updates on this?