Skip to content

Commit

Permalink
Version 1.34
Browse files Browse the repository at this point in the history
  • Loading branch information
Keidan committed Oct 1, 2022
1 parent 11eff00 commit 641f24d
Show file tree
Hide file tree
Showing 2 changed files with 8 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.33'
final SONAR_PROJECT_VERSION = '1.34'

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 133
versionName '1.33'
versionCode 134
versionName '1.34'
}

compileOptions {
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/134.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* Update of the German translations (thanks to @eUgEntOptIc44).
* Update of the Russian translations (thanks to @racingrebel).
* Hebrew translation added, thanks to @Shopimisrel.
* It's now possible to restore the default values of the application (from a menu at the bottom of the settings).
* It's now possible to edit a file that is empty (not available via the partial opening view as it does not make sense).

0 comments on commit 641f24d

Please sign in to comment.