diff --git a/kotlin/android/app/build.gradle.kts b/kotlin/android/app/build.gradle.kts index e02da2a78..9bf9e2508 100644 --- a/kotlin/android/app/build.gradle.kts +++ b/kotlin/android/app/build.gradle.kts @@ -250,3 +250,7 @@ tasks.matching { it.name.matches(Regex("merge.*JniLibFolders")) }.configureEach inputs.dir(layout.buildDirectory.file("rustJniLibs/android")) dependsOn("cargoBuild") } + +tasks.matching { it.name == "appDistributionUploadRelease" }.configureEach { + dependsOn("processReleaseGoogleServices") +}