Skip to content

Commit

Permalink
Update version, commonmark
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Apr 26, 2021
1 parent d14594a commit 9565b24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {
applicationId "org.billthefarmer.editor"
minSdkVersion 14
targetSdkVersion 28
versionName "1.53"
versionCode 153
versionName "1.54"
versionCode 154

buildConfigField "long", "BUILT", System.currentTimeMillis() + "L"
}
Expand All @@ -46,5 +46,5 @@ android {
}

dependencies {
implementation 'com.atlassian.commonmark:commonmark:0.16.1'
implementation 'org.commonmark:commonmark:0.17.1'
}

0 comments on commit 9565b24

Please sign in to comment.