You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changing progressPaint.strokewidth in source code not working, finally I got the reason why. compile 'com.github.shinelw:library:1.0.1' in app/build.gradle makes me confused...
I suggest change it to compile project(':library')
The text was updated successfully, but these errors were encountered:
Changing progressPaint.strokewidth in source code not working, finally I got the reason why.
compile 'com.github.shinelw:library:1.0.1'
in app/build.gradle makes me confused...I suggest change it to
compile project(':library')
The text was updated successfully, but these errors were encountered: