Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit c1e6a0b

Browse files
committed
This is gone now...
1 parent f36a506 commit c1e6a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Util/AndroidManifestMerger/build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Task("tests")
6262
// as ensuring that the target is properly skipped on subsequent builds.
6363

6464
var android = (XNamespace)"http://schemas.android.com/apk/res/android";
65-
var xdoc = XDocument.Load("./samples/FancyMergingApp/obj/Release/90/android/AndroidManifest.xml");
65+
var xdoc = XDocument.Load("./samples/FancyMergingApp/obj/Release/android/AndroidManifest.xml");
6666

6767
var serviceName = "com.google.firebase.components.ComponentDiscoveryService";
6868
var services = xdoc

0 commit comments

Comments
 (0)