Skip to content

Commit

Permalink
Squashed 'libs/editor/' changes from 6c35434..a59304d
Browse files Browse the repository at this point in the history
a59304d Fixed versionName in gradle (should be 0.1)

git-subtree-dir: libs/editor
git-subtree-split: a59304daba941aa21466c35896669975de84a68d
  • Loading branch information
aforcier committed Jun 22, 2015
1 parent 56693c5 commit 5f30f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WordPressEditor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {

defaultConfig {
versionCode 1
versionName "1.0"
versionName "0.1"
minSdkVersion 14
targetSdkVersion 22
}
Expand Down

0 comments on commit 5f30f53

Please sign in to comment.