Skip to content

Commit ce2203a

Browse files
committed
Updated Version
1 parent 973094e commit ce2203a

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.2'
6+
PUBLISH_VERSION = '1.3'
77
}
88

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

0 commit comments

Comments
 (0)