diff --git a/fastlane/metadata/android/en-US/changelogs/20400.txt b/fastlane/metadata/android/en-US/changelogs/20400.txt new file mode 100644 index 0000000..36a6d91 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/20400.txt @@ -0,0 +1,3 @@ +• The image description is now available with a click on the artwork title. Removed the not-working link to the website for it. +• The "Share" intent now doesn't link to the website any more, but directly to the image resource. +• Some small improvements regarding stability and reliability. diff --git a/muzei-nationalgeographic/build.gradle b/muzei-nationalgeographic/build.gradle index 00466df..a996c8b 100644 --- a/muzei-nationalgeographic/build.gradle +++ b/muzei-nationalgeographic/build.gradle @@ -51,8 +51,8 @@ android { minSdkVersion 21 targetSdkVersion 30 // SemVer - versionName = "2.3.0" - versionCode = 20300 + versionName = "2.4.0" + versionCode = 20400 archivesBaseName = "$applicationId-v$versionCode" // vectorDrawables.useSupportLibrary = true