Skip to content

Commit

Permalink
Update version, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Apr 5, 2024
1 parent 6dba473 commit 89876eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Expand Up @@ -26,8 +26,8 @@ android {
applicationId "org.billthefarmer.editor"
minSdkVersion 21
targetSdkVersion 28
versionName "1.95"
versionCode 195
versionName "1.96"
versionCode 196

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

dependencies {
implementation 'org.commonmark:commonmark:0.21.0'
implementation 'org.commonmark:commonmark:0.22.0'
}
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-GB/changelogs/196.txt
@@ -0,0 +1,3 @@
* Update Slavic translations
* Update text resizing
* Update new file

0 comments on commit 89876eb

Please sign in to comment.