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 8ec570e commit 1e30518Copy full SHA for 1e30518
gradle.properties
@@ -18,8 +18,8 @@
18
# org.gradle.parallel=true
19
20
21
-VERSION_NAME=1.0.5
22
-VERSION_CODE=6
+VERSION_NAME=1.0.6
+VERSION_CODE=7
23
GROUP=com.daimajia.slider
24
25
POM_DESCRIPTION=An amazing and convenient Android image slider.
library/build.gradle
@@ -7,8 +7,8 @@ android {
7
defaultConfig {
8
minSdkVersion 8
9
targetSdkVersion 19
10
- versionCode 6
11
- versionName "1.0.5"
+ versionCode 7
+ versionName "1.0.6"
12
}
13
buildTypes {
14
release {
0 commit comments