We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ac68a4 commit eeac535Copy full SHA for eeac535
filebrowser/build.gradle
@@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
3
ext {
4
PUBLISH_GROUP_ID = 'com.adityak'
5
PUBLISH_ARTIFACT_ID = 'browsemyfiles'
6
- PUBLISH_VERSION = '1.4'
+ PUBLISH_VERSION = '1.5'
7
}
8
9
android {
@@ -14,8 +14,8 @@ android {
14
//applicationId "com.aditya.filebrowser"
15
minSdkVersion 15
16
targetSdkVersion 25
17
- versionCode 5
18
- versionName "1.4"
+ versionCode 6
+ versionName "1.5"
19
20
buildTypes {
21
release {
0 commit comments