Skip to content

Commit 6c7d060

Browse files
committed
Fix Dex error due to conflicting packages (#4590)
1 parent a48ff23 commit 6c7d060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-appdistribution/src/androidTest/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<!-- limitations under the License. -->
1515

1616
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
17-
package="com.google.firebase.installations">
17+
package="com.google.firebase.appdistribution.test">
1818

1919
<application>
2020
<uses-library android:name="android.test.runner"/>

0 commit comments

Comments
 (0)