Skip to content

Commit 655a67f

Browse files
authored
Update build.gradle
1 parent 94462c3 commit 655a67f

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

app/build.gradle

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
1-
plugins {
2-
id 'com.android.application'
3-
}
1+
apply plugin: 'com.android.application'
42

53
android {
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

2723
dependencies {
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
}

0 commit comments

Comments
 (0)