Skip to content

Instantly share code, notes, and snippets.

I like Safari's read mode color, but someplace safari is not available. So saved the color codes here
Text Color #4B3320 (75,51,32)
Background Color #F7F1E4 (247,241,228)
@yangcheng
yangcheng / gist:aea71b85faf50bc93d87124bc0c1e7b9
Created December 15, 2017 19:57
forward android USB to charles
proxy server on your device to localhost port 8888.
adb reverse tcp:8888 tcp:8888
@yangcheng
yangcheng / build.gradle
Last active December 16, 2017 18:03
Lint issue manifest registry
jar {
manifest {
attributes 'Lint-Registry': 'com.example.customlint.IssueRegistry'
}
}