Apply common_library_config in test_session_current/build.gradle

This is the only `build.gradle` file that currently doesn't apply this
config, and it seems to lead to desugaring errors when apps depend on
the library locally.

PiperOrigin-RevId: 613559535
This commit is contained in:
ibaker 2024-03-07 06:11:05 -08:00 committed by Copybara-Service
parent 5b7774fcaf
commit 7cffae9cd0

View File

@ -11,8 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
apply from: "$gradle.ext.androidxMediaSettingsDir/constants.gradle"
apply plugin: 'com.android.application'
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'