Skip to content

Commit

Permalink
Update dependencies info
Browse files Browse the repository at this point in the history
  • Loading branch information
samolego authored Oct 26, 2024
1 parent 7aa01e7 commit 99e1e60
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ android {
namespace = "org.samo_lego.canta"
compileSdk = 35

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

defaultConfig {
applicationId = "org.samo_lego.canta"
minSdk = 28 // todo - figure out a way to bypass hidden api methods on android <9
Expand Down Expand Up @@ -99,4 +107,4 @@ dependencies {
implementation(libs.provider)

implementation(libs.hiddenapibypass)
}
}

0 comments on commit 99e1e60

Please sign in to comment.