Skip to content

Commit

Permalink
fix for f-droid release
Browse files Browse the repository at this point in the history
  • Loading branch information
geovnn committed Sep 9, 2024
1 parent cd39091 commit 2faa459
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "com.geovnn.vapetools"
minSdk 26
targetSdk 34
versionCode 100
versionName "1.0.0"
versionCode 101
versionName "1.0.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down Expand Up @@ -46,6 +46,12 @@ android {
excludes += '/META-INF/{AL2.0,LGPL2.1}'
}
}
dependenciesInfo {
// Disables dependency metadata when building APKs.
includeInApk = false
// Disables dependency metadata when building Android App Bundles.
includeInBundle = false
}
}

dependencies {
Expand Down

0 comments on commit 2faa459

Please sign in to comment.