From 47ffcc64c0d443b16169f43848f1453ca8144031 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Fri, 30 Apr 2021 13:40:14 -0600 Subject: finished designing fragments, need to start programming them soon --- app/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index 579184a..a525737 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -29,11 +29,12 @@ android { } dependencies { - + implementation "androidx.fragment:fragment:1.3.3" implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'com.google.android.material:material:1.3.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation files('libs/jsoup-1.13.1.jar') + implementation 'com.android.support:cardview-v7:28.0.0' testImplementation 'junit:junit:4.+' androidTestImplementation 'androidx.test.ext:junit:1.1.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' -- cgit v1.2.3