diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index d5be576..5ee9f36 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -23,8 +23,8 @@ android {
applicationId = "com.mateusrodcosta.apps.share2storage"
minSdk = 26
targetSdk = 34
- versionCode = 21
- versionName = "1.3.0"
+ versionCode = 22
+ versionName = "1.3.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
diff --git a/fastlane/metadata/android/en-US/changelogs/22.txt b/fastlane/metadata/android/en-US/changelogs/22.txt
new file mode 100644
index 0000000..99990a4
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/22.txt
@@ -0,0 +1,5 @@
+IMPORTANT:
+Version 1.2.3 changed the way the file copy works to use a 1 kb buffer and accidentally introduced a bug in doing so: the app would save files adding zeroes at the end to make the file size be a multiple of 1kb.
+If the files you are saving don't absolutely need to match 1-to-1 the original, you should be fine, otherwise the added zeroes mean the new file isn't a exact copy and could cause issues (for example, diverging checksums).
+
+Version 1.3.1 focus on fixing that bug. Sorry for any inconveniences!
\ No newline at end of file
diff --git a/fastlane/metadata/android/pt-BR/changelogs/22.txt b/fastlane/metadata/android/pt-BR/changelogs/22.txt
new file mode 100644
index 0000000..96b22e6
--- /dev/null
+++ b/fastlane/metadata/android/pt-BR/changelogs/22.txt
@@ -0,0 +1,5 @@
+IMPORTANTE:
+A version 1.2.3 mudou a forma como a cópia de arquivo fucniona para usar um buffer de 1 kb e acidentalmente introduziu um bug no processo: o app salvaria arquivos adicionando zeros no final de forma a fazer o tamanho do arquivo ser um múltiplo de 1kb.
+Se os arquivos que você salvou não precisam ser uma cópia idêntica ao original, não há com o que se preocupar, do contrário os zeros adicionados significam que o arquivo não é uma cópia exata e pode causar problemas (por exemplo, as hashes divergirem).
+
+A versão 1.3.1 foca em resolver esse bug. Sinto muito por qualquer inconveniência!
\ No newline at end of file