Skip to content

Commit 65b6c34

Browse files
authored
Merge pull request #1477 from wordpress-mobile/issue/hotfix-for-wp-android-8828
Hotfix for WP-Android #8828 fix - Just upgrade Aztec version
2 parents faf9460 + e1743e4 commit 65b6c34

File tree

6 files changed

+110
-110
lines changed

6 files changed

+110
-110
lines changed

bundle/android/App.js

+53-53
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundle/android/App.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundle/ios/App.js

+53-53
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundle/ios/App.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gutenberg-mobile",
3-
"version": "1.15.0",
3+
"version": "1.15.1",
44
"private": true,
55
"config": {
66
"jsfiles": "./*.js src/*.js src/**/*.js src/**/**/*.js",

react-native-aztec/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212
wordpressUtilsVersion = '1.22'
1313
espressoVersion = '3.0.1'
1414

15-
aztecVersion = 'v1.3.33'
15+
aztecVersion = 'v1.3.34'
1616
}
1717

1818
repositories {

0 commit comments

Comments
 (0)