diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-06-12 14:58:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-12 20:28:15 +0530 |
commit | d8231e112afb501c43041a6f839ab8285f400f77 (patch) | |
tree | 6785a8d0c6a70a3017ce5d62fe6b8234d5564f07 /app/build.gradle | |
parent | bf33fb2c88a208931340201e95a524b274d70b31 (diff) |
Break down PGP Activity into focused sections (#776)
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index 6175dfcd..186972a0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,7 +4,6 @@ */ plugins { id 'kotlin-android' - id 'kotlin-android-extensions' } final def keystorePropertiesFile = rootProject.file 'keystore.properties' @@ -83,7 +82,6 @@ dependencies { implementation deps.androidx.lifecycle_common implementation deps.androidx.lifecycle_livedata_ktx implementation deps.androidx.lifecycle_viewmodel_ktx - implementation deps.androidx.local_broadcast_manager implementation deps.androidx.material implementation deps.androidx.preference implementation deps.androidx.recycler_view |