mesharkw
mesharkw
any answer? i have to add : {"Content-Type", "application/json"}, {"Accepts", "application/json"}
We can try use it directly from git: build.gradle(app) `implementation 'com.github.aritraroy:PinLockView:master-SNAPSHOT'` and in build.gradle(project) `maven { url 'https://jitpack.io' }` in ``` allprojects { repositories { jcenter() maven { url 'https://jitpack.io'...
Update: implementation 'com.github.aritraroy:PinLockView:2.1.0'