Skip to content

Commit

Permalink
#258: Version 1.43
Browse files Browse the repository at this point in the history
  • Loading branch information
Keidan committed Aug 24, 2023
1 parent 70d1551 commit ac40bbc
Show file tree
Hide file tree
Showing 2 changed files with 5 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.42'
final SONAR_PROJECT_VERSION = '1.43'

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 142
versionName '1.42'
versionCode 143
versionName '1.43'
}

compileOptions {
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/143.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Fix for a '%' that was misinterpreted in Hungarian and crashed the application.
* Add a logging system (Settings -> Logs; bottom of page).

0 comments on commit ac40bbc

Please sign in to comment.