Explicitly set the group ID

This avoids it being implicitly set from the `rootProject.name`

PiperOrigin-RevId: 652879619
This commit is contained in:
ibaker 2024-07-16 09:45:13 -07:00 committed by Copybara-Service
parent b4975a1b49
commit 7f304092ae

View File

@ -14,6 +14,8 @@
apply from: "$gradle.ext.androidxMediaSettingsDir/constants.gradle"
apply plugin: 'com.android.library'
group = 'androidx.media3'
android {
compileSdkVersion project.ext.compileSdkVersion