Skip to content

Commit 8f84504

Browse files
VinayGuthalrlazorachelsaunders
committed
Fix m137 release (#5337)
Co-authored-by: Rodrigo Lazo <[email protected]> Co-authored-by: rachelsaunders <[email protected]>
1 parent 1fb8f2f commit 8f84504

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

buildSrc/src/main/java/com/google/firebase/gradle/plugins/FirebaseLibraryPlugin.kt

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ import java.io.File
2727
import org.gradle.api.JavaVersion
2828
import org.gradle.api.Project
2929
import org.gradle.api.attributes.Attribute
30+
import org.gradle.api.publish.tasks.GenerateModuleMetadata
3031
import org.gradle.api.tasks.Copy
3132
import org.gradle.kotlin.dsl.apply
3233
import org.gradle.kotlin.dsl.create
@@ -178,6 +179,7 @@ class FirebaseLibraryPlugin : BaseFirebaseLibraryPlugin() {
178179
android: LibraryExtension
179180
) {
180181
android.publishing.singleVariant("release") { withSourcesJar() }
182+
project.tasks.withType<GenerateModuleMetadata> { isEnabled = false }
181183

182184
configurePublishing(project, firebaseLibrary)
183185
}

firebase-crashlytics-ndk/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Unreleased
2-
2+
* [changed] Updated `firebase-crashlytics` dependency to v18.4.3
33

44
# 18.4.2
55
* [changed] Updated `firebase-crashlytics` dependency to v18.4.2

firebase-crashlytics/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Unreleased
2-
2+
* [fixed] Disabled `GradleMetadataPublishing` to fix breakage of the Kotlin extensions library. #5337
33

44
# 18.4.2
55
* [feature] Expanded `firebase-sessions` library integration to work with NDK crashes and ANRs.

firebase-firestore/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Unreleased
2-
2+
* [fixed] Disabled `GradleMetadataPublishing` to fix breakage of the Kotlin extensions library. #5337
33

44
# 24.8.0
55
* [feature] Added the option to allow the SDK to create cache indexes automatically to

firebase-inappmessaging-display/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Unreleased
2-
2+
* [fixed] Disabled `GradleMetadataPublishing` to fix breakage of the Kotlin extensions library. #5337
33

44
# 20.3.4
55
* [changed] Updated internal logging backend.

firebase-inappmessaging/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Unreleased
2-
2+
* [fixed] Disabled `GradleMetadataPublishing` to fix breakage of the Kotlin extensions library. #5337
33

44
# 20.3.4
55
* [changed] Updated internal logging backend.

0 commit comments

Comments
 (0)