Skip to content

Commit a7b827c

Browse files
authored
Exclude dependencies info blob from APK/AAB binary (#399)
1 parent 81effc3 commit a7b827c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

app/build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ plugins {
99

1010
android {
1111
namespace = "com.shifthackz.aisdv1.app"
12+
13+
dependenciesInfo {
14+
includeInApk = false
15+
includeInBundle = false
16+
}
17+
1218
defaultConfig {
1319
applicationId = "com.shifthackz.aisdv1.app"
1420
versionName = libs.versions.versionName.get()

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
2-
versionName = "0.6.5"
3-
versionCode = "185"
2+
versionName = "0.6.6"
3+
versionCode = "186"
44
targetSdk = "34"
55
compileSdk = "35"
66
minSdk = "24"

0 commit comments

Comments
 (0)