1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 Manifest for androidx memoryleaks test module 4--> 5<manifest xmlns:android="http://schemas.android.com/apk/res/android" 6 package="org.robolectric.integrationtests.memoryleaks"> 7 8 <application> 9 </application> 10</manifest> 11