We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4867ef0 commit f218ecaCopy full SHA for f218eca
2 files changed
app/build.gradle
@@ -10,8 +10,8 @@ android {
10
applicationId "com.androidbuffer.kotlinfilepickersample"
11
minSdkVersion 15
12
targetSdkVersion 26
13
- versionCode 1
14
- versionName "0.0.1"
+ versionCode 2
+ versionName "0.0.2"
15
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
16
}
17
buildTypes {
kotlinfilepicker/build.gradle
@@ -7,8 +7,8 @@ android {
7
defaultConfig {
8
9
0 commit comments