File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.2.5 '
7+ PUBLISH_VERSION = ' 9.2.6 '
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'
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
88 applicationId " com.developer.filepicker.file"
99 minSdkVersion 19
1010 targetSdkVersion 35
11- versionCode 13
12- versionName " 9.2.5 "
11+ versionCode 14
12+ versionName " 9.2.6 "
1313 }
1414 buildTypes {
1515 release {
@@ -26,6 +26,6 @@ dependencies {
2626 implementation project(' :library' )
2727
2828 // AndroidX Libraries
29- implementation ' androidx.appcompat:appcompat:1.6.1 '
30- implementation ' androidx.recyclerview:recyclerview:1.3.1 '
29+ implementation ' androidx.appcompat:appcompat:1.7.0 '
30+ implementation ' androidx.recyclerview:recyclerview:1.4.0 '
3131}
You can’t perform that action at this time.
0 commit comments