Skip to content

Commit

Permalink
Merge pull request #10222 from wordpress-mobile/release/12.9
Browse files Browse the repository at this point in the history
Merge Release/12.9 into develop
  • Loading branch information
loremattei authored Jul 15, 2019
2 parents c73aa13 + 5a904f4 commit badea06
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
13.0
-----

12.9
-----
* Block editor: Video block is now available in the Inserter
Expand Down
8 changes: 4 additions & 4 deletions WordPress/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ android {

defaultConfig {
applicationId "org.wordpress.android"
versionName "alpha-179"
versionCode 751
versionName "alpha-180"
versionCode 754
minSdkVersion 21
targetSdkVersion 28

Expand Down Expand Up @@ -72,8 +72,8 @@ android {
productFlavors {
vanilla { // used for release and beta
dimension "buildType"
versionName "12.8"
versionCode 752
versionName "12.9-rc-1"
versionCode 753
}

zalpha { // alpha version - enable experimental features
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,5 @@ buildScan {

ext {
daggerVersion = '2.22.1'
fluxCVersion = '39529a745bef9c883b5d9d9c3e28c2e3f1e1aad4'
fluxCVersion = '1.0.0'
}

0 comments on commit badea06

Please sign in to comment.