Explicitly set the group ID
This avoids it being implicitly set from the `rootProject.name` PiperOrigin-RevId: 652879619
This commit is contained in:
parent
b4975a1b49
commit
7f304092ae
@ -14,6 +14,8 @@
|
|||||||
apply from: "$gradle.ext.androidxMediaSettingsDir/constants.gradle"
|
apply from: "$gradle.ext.androidxMediaSettingsDir/constants.gradle"
|
||||||
apply plugin: 'com.android.library'
|
apply plugin: 'com.android.library'
|
||||||
|
|
||||||
|
group = 'androidx.media3'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion project.ext.compileSdkVersion
|
compileSdkVersion project.ext.compileSdkVersion
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user