File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed
Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ group='com.github.TutorialsAndroid'
44
55ext {
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- }
Original file line number Diff line number Diff 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+ }
You can’t perform that action at this time.
0 commit comments