Skip to content

Commit

Permalink
#230: Version 1.35
Browse files Browse the repository at this point in the history
  • Loading branch information
Keidan committed Oct 5, 2022
1 parent 7f3be5d commit 4321918
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}
apply plugin: 'com.android.application'

final SONAR_PROJECT_VERSION = '1.34'
final SONAR_PROJECT_VERSION = '1.35'

android {
compileSdkVersion 31
Expand All @@ -13,8 +13,8 @@ android {
minSdkVersion 23
targetSdkVersion 31
// F-Droid seems not to appreciate the use of variables
versionCode 134
versionName '1.34'
versionCode 135
versionName '1.35'
}

compileOptions {
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/135.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Fix application crash if the user clicks on the trash icon in the line edit view, while the open file is empty.

0 comments on commit 4321918

Please sign in to comment.