Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 801e09a

Browse files
authoredJan 25, 2023
Fix Dex error due to conflicting packages (#4590)
1 parent fa409a1 commit 801e09a

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)
Please sign in to comment.