Skip to content

Commit

Permalink
#283: Version 1.49
Browse files Browse the repository at this point in the history
  • Loading branch information
Keidan committed Nov 5, 2023
1 parent 3671121 commit d8beabf
Show file tree
Hide file tree
Showing 2 changed files with 6 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.48'
final SONAR_PROJECT_VERSION = '1.49'

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 148
versionName '1.48'
versionCode 149
versionName '1.49'
}

compileOptions {
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/149.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Update of the Hungarian translation (thanks to @SziaTomi).
* Dutch translation added (thanks to @AudeBelgraver).
* Add traces of system language settings and language settings used by the application.

0 comments on commit d8beabf

Please sign in to comment.