diff --git a/build.gradle b/build.gradle index 360b799fe174..400cfb86f135 100644 --- a/build.gradle +++ b/build.gradle @@ -8,11 +8,11 @@ plugins { } ext { - wordPressUtilsVersion = '2.5.0' - wordPressLoginVersion = '0.14.0' + wordPressUtilsVersion = '2.6.0' + wordPressLoginVersion = '0.15.0' gutenbergMobileVersion = 'v1.78.1' - storiesVersion = '1.3.0' - aboutAutomatticVersion = '0.0.5' + storiesVersion = '1.4.0' + aboutAutomatticVersion = '0.0.6' minSdkVersion = 24 compileSdkVersion = 31 @@ -21,7 +21,7 @@ ext { coroutinesVersion = '1.5.2' androidxWorkVersion = "2.7.0" - fluxCVersion = '1.46.0' + fluxCVersion = 'trunk-f44a381615f6d850e9c95071469424fbde6daff8' appCompatVersion = '1.0.2' androidxCoreVersion = '1.3.2' diff --git a/libs/editor/build.gradle b/libs/editor/build.gradle index 2c2472414ad9..f81acbd83106 100644 --- a/libs/editor/build.gradle +++ b/libs/editor/build.gradle @@ -4,7 +4,7 @@ plugins { id "org.jetbrains.kotlin.plugin.parcelize" } -ext.aztecVersion = 'v1.5.8' +ext.aztecVersion = 'v1.6.0' repositories { maven { diff --git a/libs/editor/src/main/java/org/wordpress/android/editor/AztecEditorFragment.java b/libs/editor/src/main/java/org/wordpress/android/editor/AztecEditorFragment.java index 1e03b15a0064..984e8b819ac0 100644 --- a/libs/editor/src/main/java/org/wordpress/android/editor/AztecEditorFragment.java +++ b/libs/editor/src/main/java/org/wordpress/android/editor/AztecEditorFragment.java @@ -1297,6 +1297,10 @@ public void onMediaUploadSucceeded(final String localMediaId, final MediaFile me } } + @Override + public void beforeMediaDeleted(AztecAttributes aztecAttributes) { + } + @Override public void onMediaDeleted(AztecAttributes aztecAttributes) { String localMediaId = aztecAttributes.getValue(ATTR_ID_WP); diff --git a/settings.gradle b/settings.gradle index 387033d8b337..1cf6210e5e95 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,7 +1,7 @@ pluginManagement { gradle.ext.kotlinVersion = '1.6.10' gradle.ext.agpVersion = '7.2.1' - gradle.ext.daggerVersion = "2.41" + gradle.ext.daggerVersion = "2.42" gradle.ext.detektVersion = '1.15.0' gradle.ext.navComponentVersion = '2.4.2'