2 Commits ba88e45eef ... 881638fd4c

Auteur SHA1 Message Date
  ArtikusHG 881638fd4c Merge branch 'master' of https://notabug.org/ArtikusHG/NoLauncher il y a 2 ans
  ArtikusHG 99fd9cfc6a Remove unnecessary dependencies il y a 2 ans
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -31,6 +31,6 @@ android {
 }
 
 dependencies {
-    implementation 'com.google.android.material:material:1.7.0'
     implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
+    implementation "androidx.recyclerview:recyclerview:1.2.1"
 }