Skip to content

Commit

Permalink
Merge pull request #21 from MateusRodCosta/dev
Browse files Browse the repository at this point in the history
Version 1.2.1
  • Loading branch information
MateusRodCosta authored Apr 3, 2024
2 parents cfd30cf + 5dc3c94 commit 8d89b68
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 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 = 17
versionName = "1.2.0"
versionCode = 18
versionName = "1.2.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -72,7 +72,7 @@ android {
compose = true
}
composeOptions {
kotlinCompilerExtensionVersion = libs.versions.kotlinComposeCompiler.get()
kotlinCompilerExtensionVersion = libs.versions.androidxComposeCompiler.get()
}
packaging {
resources {
Expand Down
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/18.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
• Downgrade dependencies due to reproducible builds issue

Changes from 1.2.0:
• Upgraded dependencies
• Add checks to attempt to fix a crash on image preview
• Added option to disable file previews
• Added option to also intercept ACTION_VIEW intents
• Restructuring of several screens
• Many under-the-hood changes and general improvements
9 changes: 9 additions & 0 deletions fastlane/metadata/android/pt-BR/changelogs/18.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
• Downgrade de dependências devido a problemas nas compilações reproduzíveis

Mudanças da versão 1.2.0:
• Dependências atualizadas
• Adicionada checagem para tentar corrigir um crash na pré-visualização de imagens
• Adicionada uma opção para desabilitar prévias de arquivos
• Adicionada opção para também interceptar intents do tipo ACTION_VIEW
• Reestruturação de várias telas
• Várias mudanças por debaixo dos panos e melhorias em geral
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
agp = "8.3.1"
kotlin = "1.9.23"
kotlinComposeCompiler = "1.5.11"
kotlin = "1.9.22"
androidxComposeCompiler = "1.5.10"
ktx = "1.12.0"
preference-ktx = "1.2.1"
composeBom = "2024.03.00"
Expand Down

0 comments on commit 8d89b68

Please sign in to comment.