Skip to content

Commit b8bee89

Browse files
Removed unwanted dependencies
1 parent aef2883 commit b8bee89

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

library/build.gradle

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ group='com.github.TutorialsAndroid'
44

55
ext {
66
PUBLISH_GROUP_ID = 'io.github.tutorialsandroid'
7-
PUBLISH_VERSION = '9.1.3'
7+
PUBLISH_VERSION = '9.1.4'
88
PUBLISH_ARTIFACT_ID = 'filepicker'
99
PUBLISH_DESCRIPTION = 'Android Library to select files/directories from Device Storage'
1010
PUBLISH_URL = 'https://github.com/TutorialsAndroid/FilePicker'
@@ -46,9 +46,3 @@ android {
4646
abortOnError false
4747
}
4848
}
49-
50-
dependencies {
51-
implementation fileTree(include: ['*.jar'], dir: 'libs')
52-
implementation 'androidx.appcompat:appcompat:1.6.1'
53-
implementation 'com.google.android.material:material:1.11.0-alpha02'
54-
}

sample/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "com.developer.filepicker.file"
88
minSdkVersion 19
99
targetSdkVersion 34
10-
versionCode 11
11-
versionName "9.1.3"
10+
versionCode 12
11+
versionName "9.1.4"
1212
}
1313
buildTypes {
1414
release {
@@ -28,4 +28,4 @@ dependencies {
2828
//AndroidX Libraries
2929
implementation 'androidx.appcompat:appcompat:1.6.1'
3030
implementation 'androidx.recyclerview:recyclerview:1.3.1'
31-
}
31+
}

0 commit comments

Comments
 (0)