summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 3e1624b..15fa88c 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -32,9 +32,13 @@ dependencies {
implementation project(":flow-mvi")
implementation Libs.Kotlin.stdlib
implementation Libs.AndroidX.coreKtx
+ implementation Libs.AndroidX.Fragment.fragmentKtx
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation Libs.AndroidX.Lifecycle.runtime
implementation Libs.AndroidX.Lifecycle.viewmodel
+
+ implementation 'com.google.android.material:material:1.3.0'
+
testImplementation 'junit:junit:4.+'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'