markusressel / KodeHighlighter

Simple, extendable code highlighting for Spannables on Android.
MIT License
18 stars 3 forks source link

Outdated version on README.md #16

Closed iyxan23 closed 4 years ago

iyxan23 commented 4 years ago

dependencies { ...

def codeHighlighterVersion = "v1.2.2" <-- change to v2.0.0
implementation("com.github.markusressel.KodeHighlighter:core:${codeHighlighterVersion}")

}

welcome[bot] commented 4 years ago

Thanks for opening your first issue here! :tada:

markusressel commented 4 years ago

Thx, fixed