Skip to content

Commit

Permalink
Remove unecessary re-setting of group from session Gradle files
Browse files Browse the repository at this point in the history
These TODOs precede <unknown commit> when the group was set in the top-level
`build.gradle` file.

Issue: androidx#1215
PiperOrigin-RevId: 618835040
(cherry picked from commit fd268ee)
  • Loading branch information
icbaker authored and l1068 committed Apr 15, 2024
1 parent 9f9f515 commit 26c13be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions libraries/session/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
3 changes: 0 additions & 3 deletions libraries/test_session_current/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 26c13be

Please sign in to comment.