2 次代碼提交 ba88e45eef ... 881638fd4c

作者 SHA1 備註 提交日期
  ArtikusHG 881638fd4c Merge branch 'master' of https://notabug.org/ArtikusHG/NoLauncher 2 年之前
  ArtikusHG 99fd9cfc6a Remove unnecessary dependencies 2 年之前
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"
 }