aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2020-02-23 20:06:15 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2020-02-25 08:57:28 +0530
commitfac9e7612f559639c5bc6809a8bd9c252f38569c (patch)
treeb22815f684737f74d9ffb1954a77551909d08df0 /app
parentEnsure insets are dispatched to all fragments (diff)
downloadwireguard-android-fac9e7612f559639c5bc6809a8bd9c252f38569c.tar.xz
wireguard-android-fac9e7612f559639c5bc6809a8bd9c252f38569c.zip
Add fragment dependency
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle2
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"