mirror of
https://github.com/samsonjs/media.git
synced 2026-04-03 10:55:48 +00:00
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
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,8 @@
|
|||
apply from: "$gradle.ext.androidxMediaSettingsDir/constants.gradle"
|
||||
apply plugin: 'com.android.library'
|
||||
|
||||
group = 'androidx.media3'
|
||||
|
||||
android {
|
||||
compileSdkVersion project.ext.compileSdkVersion
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue