diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2020-02-23 20:06:15 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-02-25 08:57:28 +0530 |
commit | fac9e7612f559639c5bc6809a8bd9c252f38569c (patch) | |
tree | b22815f684737f74d9ffb1954a77551909d08df0 /app | |
parent | 01e8e535f4617e6888598a0e8c4a9ee09fea41d2 (diff) |
Add fragment dependency
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app')
-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 73c7d778..101583d6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -79,6 +79,7 @@ ext { coreKtxVersion = '1.2.0' coordinatorLayoutVersion = '1.1.3' databindingVersion = '3.6.0' + fragmentVersion = '1.2.2' materialComponentsVersion = '1.1.0' jsr305Version = '3.0.2' kotlinVersion = '1.3.61' @@ -98,6 +99,7 @@ dependencies { implementation "androidx.cardview:cardview:$cardviewVersion" implementation "androidx.core:core-ktx:$coreKtxVersion" implementation "androidx.databinding:databinding-runtime:$databindingVersion" + implementation "androidx.fragment:fragment:$fragmentVersion" implementation "androidx.preference:preference:$preferenceVersion" implementation "com.google.android.material:material:$materialComponentsVersion" implementation "com.google.code.findbugs:jsr305:$jsr305Version" |