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
@ -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…
x
Reference in New Issue
Block a user