diff --git a/app/build.gradle b/app/build.gradle index 5caf99cbf..cf73d4b72 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -55,6 +55,14 @@ allprojects { maven { url "https://oss.sonatype.org/content/repositories/snapshots" } } } + +task copyAllReleaseNotes(type: Copy) { + print "$buildDir" + from "$buildDir/../src/main/assets/changelogs/" + include "*.txt" + into "$buildDir/../../fastlane/metadata/android/en-US/changelogs/" +} + ext.supportLibraryVersion = '29.0.2' ext.glideLibraryVersion = '4.9.0' ext.conscryptLibraryVersion = '2.2.1'