Skip to content

Commit

Permalink
Prepare 1.2.2 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
MateusRodCosta committed May 9, 2024
1 parent 3906255 commit 6c1ab7f
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 @@ -22,8 +22,8 @@ android {
applicationId = "com.mateusrodcosta.apps.share2storage"
minSdk = 26
targetSdk = 34
versionCode = 18
versionName = "1.2.1"
versionCode = 19
versionName = "1.2.2"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/19.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
• Updated dependencies
• Support splash screen for pre-Android 12
• Status bar icons should now be white
3 changes: 3 additions & 0 deletions fastlane/metadata/android/pt-BR/changelogs/19.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
• Dependências atualizadas
• Adicionado suporte a tela de abertura para versões do Android pre-12
• Os ícones da barra de status agora são brancos

0 comments on commit 6c1ab7f

Please sign in to comment.