Skip to content

Commit

Permalink
#218: Version 1.33
Browse files Browse the repository at this point in the history
  • Loading branch information
Keidan committed Sep 14, 2022
1 parent bf53717 commit dfefd03
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.32'
final SONAR_PROJECT_VERSION = '1.33'

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 132
versionName '1.32'
versionCode 133
versionName '1.33'
}

compileOptions {
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/133.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* Arabic translation added, thanks to sec.xyx.
* Update of Turkish (thanks to @ersen0) and Chinese (thanks to @hamburger1024).
* Modification of the interface for a better experience when viewing in RTL.
* The languages are now offered directly in the language of the country.

0 comments on commit dfefd03

Please sign in to comment.