Skip to content

Commit

Permalink
Privacy++ for fdroid release
Browse files Browse the repository at this point in the history
  • Loading branch information
courville committed May 24, 2024
1 parent dcca822 commit 847a2d9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
maven { url 'https://jitpack.io' }
}
dependencies {
classpath 'com.android.tools.build:gradle:8.4.0'
classpath 'com.android.tools.build:gradle:8.4.1'
//classpath 'app.brant:amazonappstorepublisher:0.1.0'
//classpath 'com.github.BrantApps.gradle-amazon-app-store-publisher:amazonappstorepublisher:master-SNAPSHOT'
}
Expand Down Expand Up @@ -304,6 +304,14 @@ android {
}
}

dependenciesInfo {
if (project.hasProperty("universal")) {
// universal if for fdroid now with specific version(Name|Code) and oneapk for amazon
includeInApk = false
includeInBundle = false
}
}

}

dependencies {
Expand Down

0 comments on commit 847a2d9

Please sign in to comment.