Skip to content

Commit

Permalink
Prepare 1.4.2 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
MateusRodCosta committed Jan 5, 2025
1 parent 4e2c2d5 commit b8a1c40
Show file tree
Hide file tree
Showing 3 changed files with 8 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 = 27
versionName = "1.4.1a"
versionCode = 28
versionName = "1.4.2"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/28.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Implemented a fix for "lateinit property createFile has not been initialized".

IMPORTANT: This is the last planned release with Android O (8.x) support.
3 changes: 3 additions & 0 deletions fastlane/metadata/android/pt-BR/changelogs/28.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Implementado correção para o erro "lateinit property createFile has not been initialized".

IMPORTANTE: Este é o último lançamento planejado com suporte ao Android O (8.x).

0 comments on commit b8a1c40

Please sign in to comment.