1
0
mirror of https://github.com/topjohnwu/Magisk.git synced 2025-04-26 03:50:47 +00:00

Update commonmark to 0.10.0

This commit is contained in:
Frieder Bluemle 2017-10-10 23:01:10 +08:00 committed by John Wu
parent a3fb5e910f
commit 2ac7786a90

@ -60,7 +60,7 @@ dependencies {
implementation 'com.android.support:design:26.1.0'
implementation 'com.android.support:support-v4:26.1.0'
implementation 'com.jakewharton:butterknife:8.8.1'
implementation 'com.atlassian.commonmark:commonmark:0.9.0'
implementation 'com.atlassian.commonmark:commonmark:0.10.0'
implementation 'org.kamranzafar:jtar:2.3'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
}