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
(cherry picked from commit fd268eed46baefa59901035470246d07e6048062)
This commit is contained in:
ibaker 2024-03-25 07:30:24 -07:00 committed by SheenaChhabra
parent 5fc9ddab0b
commit 06a4036539
2 changed files with 0 additions and 6 deletions

View File

@ -13,9 +13,6 @@
// limitations under the License. // limitations under the License.
apply from: "$gradle.ext.androidxMediaSettingsDir/common_library_config.gradle" 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 { android {
namespace 'androidx.media3.session' namespace 'androidx.media3.session'

View File

@ -14,9 +14,6 @@
apply from: "$gradle.ext.androidxMediaSettingsDir/constants.gradle" apply from: "$gradle.ext.androidxMediaSettingsDir/constants.gradle"
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
// TODO(b/178560255): Remove the "group" override after the "group" in build.gradle changed
group 'androidx.media3'
android { android {
namespace 'androidx.media3.test.session' namespace 'androidx.media3.test.session'