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 973094e commit ce2203aCopy full SHA for ce2203a
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.2'
+ PUBLISH_VERSION = '1.3'
7
}
8
9
android {
@@ -14,8 +14,8 @@ android {
14
//applicationId "com.aditya.filebrowser"
15
minSdkVersion 15
16
targetSdkVersion 25
17
- versionCode 3
18
- versionName "1.2"
+ versionCode 4
+ versionName "1.3"
19
20
buildTypes {
21
release {
0 commit comments