diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2020-02-23 20:00:03 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-02-25 08:57:26 +0530 |
commit | c889a8c8dea7db9fdf9374ff7d72537434932560 (patch) | |
tree | 7e9e5263292cf87cf860639832da0ffc57357e4b /app/build.gradle | |
parent | cbf2ea7b48710577a432904de3b08be4acba664c (diff) |
Add EdgeToEdge and coreKtx dependency
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index 08fcad93..73c7d778 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -76,6 +76,7 @@ ext { annotationsVersion = '1.1.0' appcompatVersion = '1.1.0' cardviewVersion = '1.0.0' + coreKtxVersion = '1.2.0' coordinatorLayoutVersion = '1.1.3' databindingVersion = '3.6.0' materialComponentsVersion = '1.1.0' @@ -95,6 +96,7 @@ dependencies { implementation "androidx.annotation:annotation:$annotationsVersion" implementation "androidx.appcompat:appcompat:$appcompatVersion" implementation "androidx.cardview:cardview:$cardviewVersion" + implementation "androidx.core:core-ktx:$coreKtxVersion" implementation "androidx.databinding:databinding-runtime:$databindingVersion" implementation "androidx.preference:preference:$preferenceVersion" implementation "com.google.android.material:material:$materialComponentsVersion" |