Skip to content
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.

Commit

Permalink
version upgrade, disabled dependency metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearfog committed Apr 14, 2024
1 parent 3e860ee commit fab4904
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId 'org.nuclearfog.apollo'
minSdkVersion 16
targetSdkVersion 34
versionCode 34
versionName '1.4.4'
versionCode 35
versionName '1.4.5'
// disable vector optimization
vectorDrawables.generatedDensities = []
}
Expand Down Expand Up @@ -40,6 +40,13 @@ android {
cruncherEnabled = false
}

dependenciesInfo {
// Disables dependency metadata when building APKs.
includeInApk = false
// Disables dependency metadata when building Android App Bundles.
includeInBundle = false
}

packagingOptions {
exclude '/META-INF/CHANGES'
exclude '/META-INF/DEPENDENCIES'
Expand Down

0 comments on commit fab4904

Please sign in to comment.