diff --git a/app/build.gradle b/app/build.gradle index e5603d80..7cd8356a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,7 +7,7 @@ apply plugin: 'com.github.triplet.play' def versionMajor = 1 def versionMinor = 4 -def versionPatch = 2 +def versionPatch = 4 def formattedVersionCode = (versionMajor * 10000 + versionMinor * 100 + versionPatch).toString() def formattedVersionName = "${versionMajor}.${versionMinor}.${versionPatch}" diff --git a/fastlane/metadata/android/en-US/changelogs/10404.txt b/fastlane/metadata/android/en-US/changelogs/10404.txt new file mode 100644 index 00000000..0222ae33 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/10404.txt @@ -0,0 +1 @@ +- Add git user name and email configuration to application settings diff --git a/version.properties b/version.properties index 869db2e9..b4440a02 100644 --- a/version.properties +++ b/version.properties @@ -1,4 +1,4 @@ #The content of this file is generated automatically for F-Droid -#Sat May 04 11:07:24 CEST 2024 -versionCode=10402 -versionName=1.4.2 +#Sun May 05 12:45:53 CEST 2024 +versionCode=10404 +versionName=1.4.4