Skip to content

Commit

Permalink
Prepare 1.1.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
MateusRodCosta committed Feb 13, 2024
1 parent 39fb1bc commit dbc7de6
Show file tree
Hide file tree
Showing 3 changed files with 10 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 @@ -22,8 +22,8 @@ android {
applicationId = "com.mateusrodcosta.apps.share2storage"
minSdk = 26
targetSdk = 34
versionCode = 15
versionName = "1.0.1"
versionCode = 16
versionName = "1.1.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/16.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
• Updated dependencies
• Improvements to underlying screen structure and navigation logic
• Support Android 14
• Add landscape layout to Main screen
4 changes: 4 additions & 0 deletions fastlane/metadata/android/pt-BR/changelogs/16.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
• Dependências atualizadas
• Melhorias na estrutura das telas e lógica de navegação
• Suporte ao Android 14
• Adicionado layout em paisagem para a tela Principal

0 comments on commit dbc7de6

Please sign in to comment.