Skip to content

Commit 95890ef

Browse files
committed
changed gradle to release new version
1 parent 6413631 commit 95890ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

folderpicker/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ ext {
88
publishedGroupId = 'lib.kashif'
99
libraryName = 'android-folder-picker-library'
1010
artifact = 'folderpicker'
11-
libraryVersion = '2.0'
11+
libraryVersion = '2.2'
1212

13-
libraryDescription = 'An library that can be quickly integrated in any app to let users choose folder.'
13+
libraryDescription = 'An android library that can be quickly integrated in any app to let users choose folder and also files.'
1414

1515
siteUrl = 'https://github.com/kashifo/android-folder-picker-library'
1616
gitUrl = 'https://github.com/kashifo/android-folder-picker-library.git'
@@ -31,8 +31,8 @@ android {
3131
defaultConfig {
3232
minSdkVersion 9
3333
targetSdkVersion 25
34-
versionCode 1
35-
versionName "1.0"
34+
versionCode 3
35+
versionName "2.2"
3636

3737
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
3838

0 commit comments

Comments
 (0)