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:
ibaker 2024-03-25 07:30:24 -07:00 committed by Copybara-Service
parent d997ba367c
commit fd268eed46
2 changed files with 0 additions and 6 deletions

View File

@ -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'

View File

@ -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'