mirror of
https://github.com/samsonjs/media.git
synced 2026-04-01 10:35:48 +00:00
Remove unecessary re-setting of group from session Gradle files
These TODOs precede <unknown commit> when the group was set in the top-level `build.gradle` file. Issue: androidx/media#1215 PiperOrigin-RevId: 618835040
This commit is contained in:
parent
d997ba367c
commit
fd268eed46
2 changed files with 0 additions and 6 deletions
|
|
@ -13,9 +13,6 @@
|
|||
// limitations under the License.
|
||||
apply from: "$gradle.ext.androidxMediaSettingsDir/common_library_config.gradle"
|
||||
|
||||
// TODO(b/178560255): Remove the "group" override after the "group" in build.gradle changed
|
||||
group 'androidx.media3'
|
||||
|
||||
android {
|
||||
namespace 'androidx.media3.session'
|
||||
|
||||
|
|
|
|||
|
|
@ -14,9 +14,6 @@
|
|||
apply from: "$gradle.ext.androidxMediaSettingsDir/constants.gradle"
|
||||
apply plugin: 'com.android.application'
|
||||
|
||||
// TODO(b/178560255): Remove the "group" override after the "group" in build.gradle changed
|
||||
group 'androidx.media3'
|
||||
|
||||
android {
|
||||
namespace 'androidx.media3.test.session'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue