From d695d21497e5f54f78316f77a1d637009b3ee633 Mon Sep 17 00:00:00 2001 From: Fabian Henneke Date: Tue, 12 May 2020 11:17:08 +0200 Subject: Make APS buildable on F-Droid (#762) * Include lib-publicsuffixlist in tree with proper license attribution * Exclude lib-publicsuffixlist from code style * Move applicationId to app/build.gradle * build: add distributionSha256Sum to Gradle Signed-off-by: Harsh Shandilya * Initial workflow configuration for PSL update Signed-off-by: Harsh Shandilya * Initial check-in of PSL data Signed-off-by: Harsh Shandilya Co-authored-by: Harsh Shandilya --- dependencies.gradle | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'dependencies.gradle') diff --git a/dependencies.gradle b/dependencies.gradle index 52ba9f2d..b0b4dd80 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -6,8 +6,7 @@ ext.versions = [ minSdk: 23, targetSdk: 29, compileSdk: 29, - buildTools: '29.0.3', - packageName: 'dev.msfjarvis.aps' + buildTools: '29.0.3' ] ext.deps = [ @@ -52,11 +51,6 @@ ext.deps = [ jgit: 'org.eclipse.jgit:org.eclipse.jgit:3.7.1.201504261725-r', leakcanary: 'com.squareup.leakcanary:leakcanary-android:2.2', openpgp_ktx: 'com.github.android-password-store:openpgp-ktx:2.0.0', - // The library is updated every two weeks to include the most recent version of the Public - // suffix list. Its API is expected to remain stable for the foreseeable future, and thus - // a reference to the latest version is warranted. - // See: https://github.com/mozilla-mobile/android-components/blob/master/components/lib/publicsuffixlist/README.md - publicsuffixlist: 'org.mozilla.components:lib-publicsuffixlist:+', ssh_auth: 'org.sufficientlysecure:sshauthentication-api:1.0', timber: 'com.jakewharton.timber:timber:4.7.1', timberkt: 'com.github.ajalt:timberkt:1.5.1', -- cgit v1.2.3