Skip to content

Commit

Permalink
Remove unneeded dependency signature block from builds
Browse files Browse the repository at this point in the history
  • Loading branch information
VirtCode committed Feb 15, 2024
1 parent 09e09f2 commit 4bbbdd8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ local.properties
/app/release
/secret
app/keystore.jks
.env
6 changes: 6 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ android {
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}

dependenciesInfo {
// not useful when not distributing via google play
includeInApk = false
includeInBundle = false
}
}

repositories {
Expand Down

0 comments on commit 4bbbdd8

Please sign in to comment.