Skip to content

Commit 999f227

Browse files
authored
Merge pull request #41 from wordpress-mobile/issue/bump-version-1-4
Bump to version 1.4
2 parents 520bb42 + 70e87bc commit 999f227

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ android {
2626
buildToolsVersion "24.0.3"
2727

2828
defaultConfig {
29-
versionName "1.3.0"
29+
versionName "1.4.0"
3030
minSdkVersion 14
3131
targetSdkVersion 24
3232
}

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ buildscript {
2626
}
2727

2828
repositories {
29-
mavenCentral()
29+
jcenter()
3030
}
3131
}
3232

0 commit comments

Comments
 (0)