Skip to content

Commit eeac535

Browse files
committed
Change version to 1.5
1 parent 2ac68a4 commit eeac535

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

filebrowser/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
33
ext {
44
PUBLISH_GROUP_ID = 'com.adityak'
55
PUBLISH_ARTIFACT_ID = 'browsemyfiles'
6-
PUBLISH_VERSION = '1.4'
6+
PUBLISH_VERSION = '1.5'
77
}
88

99
android {
@@ -14,8 +14,8 @@ android {
1414
//applicationId "com.aditya.filebrowser"
1515
minSdkVersion 15
1616
targetSdkVersion 25
17-
versionCode 5
18-
versionName "1.4"
17+
versionCode 6
18+
versionName "1.5"
1919
}
2020
buildTypes {
2121
release {

0 commit comments

Comments
 (0)