Skip to content

Commit 2d0a560

Browse files
author
Carter Hudson
committed
remove unnecessary gradle dependencies from java project
1 parent 3f61796 commit 2d0a560

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

samplejava/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ dependencies {
4141
implementation 'io.coil-kt:coil:1.1.1'
4242

4343
implementation "androidx.recyclerview:recyclerview:1.1.0"
44-
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.0-rc01'
4544
implementation "androidx.appcompat:appcompat:1.2.0"
4645
implementation "androidx.constraintlayout:constraintlayout:2.0.4"
47-
implementation 'androidx.activity:activity-ktx:1.1.0'
4846
implementation "com.google.android.material:material:1.2.1"
4947
}

0 commit comments

Comments
 (0)