File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed
Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 1- plugins {
2- id ' com.android.application'
3- }
1+ apply plugin : ' com.android.application'
42
53android {
64 namespace ' com.example.rootfilepicker'
75 compileSdk 33
86
97 defaultConfig {
10- applicationId " com.example.rootfilepicker"
8+ applicationId ' com.example.rootfilepicker'
119 minSdk 21
1210 targetSdk 33
1311 versionCode 1
14- versionName " 1.0"
15-
16- testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
12+ versionName ' 1.0'
1713 }
1814
1915 buildTypes {
@@ -26,6 +22,6 @@ android {
2622
2723dependencies {
2824 implementation ' androidx.appcompat:appcompat:1.6.1'
29- implementation ' androidx.recyclerview:recyclerview:1.3.2 '
30- implementation ' androidx.core:core :1.10.1 '
25+ implementation ' androidx.recyclerview:recyclerview:1.3.0 '
26+ implementation ' com.google.android.material:material :1.9.0 '
3127}
You can’t perform that action at this time.
0 commit comments