Skip to content

Commit

Permalink
Prepare 1.3.3 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
MateusRodCosta committed Oct 3, 2024
1 parent cc5fb14 commit 527abce
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ android {
minSdk = 26
//noinspection OldTargetApi
targetSdk = 34
versionCode = 23
versionName = "1.3.2"
versionCode = 24
versionName = "1.3.3"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/24.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<strong>IMPORTANT</strong>:
Starting in v1.2.3, a 1 kb buffer is used for the file copy, but that introduced a bug: zeroes might be added at the end of the saved file.
This was fixed in 1.3.1, please report any issue you may find!

This is a minor maintenance release for adding Java 21 support.
5 changes: 5 additions & 0 deletions fastlane/metadata/android/pt-BR/changelogs/24.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<strong>IMPORTANTE</strong>:
A partir da versão 1.2.3 a cópia de arquivo passou a usar um buffer de 1 kb, mas isso introduziu um bug: zeros poderiam ser adicionados no final do arquivo salvo.
Isso foi corrigido na versão 1.3.1, por favor reporte qualquer problema!

Esta é uma versão de manutenção com foco no suporte ao Java 21.

0 comments on commit 527abce

Please sign in to comment.