Skip to content

Commit

Permalink
Disable dependency metadata for APKs as requested by F-Droid
Browse files Browse the repository at this point in the history
  • Loading branch information
MateusRodCosta committed Dec 2, 2024
1 parent 10428ec commit 352336f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
9 changes: 7 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 = 26
versionName = "1.4.1"
versionCode = 27
versionName = "1.4.1a"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -88,6 +88,11 @@ android {
excludes += "/META-INF/{AL2.0,LGPL2.1}"
}
}
dependenciesInfo {
// Requested by F-Droid (https://github.com/MateusRodCosta/Share2Storage/issues/44)
// Disables dependency metadata when building APKs.
includeInApk = false
}
}

dependencies {
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/27.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
IMPORTANT: A future version might drop Android O support, see https://github.com/MateusRodCosta/Share2Storage/issues/38 for more info.

• Updated dependencies
• New "Skip File Picker" option when a Default folder is set
• Improved UX and default setting values for decreasing friction (requested by some users)
5 changes: 5 additions & 0 deletions fastlane/metadata/android/pt-BR/changelogs/27.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
IMPORTANTE: Uma versão futura poderá deixar de suportar o Android O, veja https://github.com/MateusRodCosta/Share2Storage/issues/38 para mais informações.

• Dependências atualizadas
• Nova opção "Pular seletor de arquivos" quando uma pasta padrão é configurada
• Melhorias de UX e novos valores padrões de configurações com foco em redução de fricção (devido a demandas de usuários)

0 comments on commit 352336f

Please sign in to comment.