Skip to content

Commit

Permalink
Prepare 1.0.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
MateusRodCosta committed Jan 23, 2024
1 parent e09e1d5 commit ad5053c
Show file tree
Hide file tree
Showing 3 changed files with 4 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 @@ -23,8 +23,8 @@ android {
minSdk = 26
//noinspection OldTargetApi
targetSdk = 33
versionCode = 14
versionName = "1.0.0"
versionCode = 15
versionName = "1.0.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/15.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Several improvements to app code quality
1 change: 1 addition & 0 deletions fastlane/metadata/android/pt-BR/changelogs/15.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Várias melhorias na qualidade do código do app

0 comments on commit ad5053c

Please sign in to comment.