We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9126467 commit f5ecda9Copy full SHA for f5ecda9
1 file changed
library/build.gradle
@@ -8,8 +8,8 @@ android {
8
defaultConfig {
9
minSdkVersion setup.minSdk
10
targetSdkVersion setup.targetSdk
11
- versionCode 1
12
- versionName "0.5.0"
+ versionCode 2
+ versionName "0.5.1"
13
14
vectorDrawables.useSupportLibrary = true
15
}
0 commit comments