Skip to content

Commit f3d5e08

Browse files
Updated Gradle
1 parent 8569583 commit f3d5e08

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

library/build.gradle

Lines changed: 1 addition & 1 deletion
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.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'

sample/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)