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

Commit 3112fd9

Browse files
authored
Merge pull request #162 from xamarin/facebook-5.11.2
Facebook Android 5.11.2 Series
2 parents f268f4b + 3e576aa commit 3112fd9

File tree

2 files changed

+19
-20
lines changed

2 files changed

+19
-20
lines changed

Facebook.Android/build.cake

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#addin nuget:?package=Cake.FileHelpers&version=3.2.1
22

3-
var FB_VERSION = "4.37.0";
3+
var FB_VERSION = "5.11.2";
44

55
var BUILD_COMMIT = EnvironmentVariable("BUILD_COMMIT") ?? "DEV";
66
var BUILD_NUMBER = EnvironmentVariable("BUILD_NUMBER") ?? "DEBUG";
@@ -9,18 +9,17 @@ var BUILD_TIMESTAMP = DateTime.UtcNow.ToString();
99
var TARGET = Argument ("t", Argument ("target", "ci"));
1010

1111
var ARTIFACTS = new List<ArtifactInfo> {
12-
new ArtifactInfo("facebook-android-sdk", "5.11.0"),
13-
new ArtifactInfo("facebook-core", "5.11.0"),
14-
new ArtifactInfo("facebook-common", "5.11.0"),
15-
new ArtifactInfo("facebook-login", "5.11.0"),
16-
new ArtifactInfo("facebook-share", "5.11.0"),
17-
new ArtifactInfo("facebook-places", "5.11.0"),
18-
new ArtifactInfo("facebook-applinks", "5.11.0"),
19-
new ArtifactInfo("facebook-messenger", "5.11.0"),
12+
new ArtifactInfo("facebook-android-sdk", "5.11.2"),
13+
new ArtifactInfo("facebook-core", "5.11.2"),
14+
new ArtifactInfo("facebook-common", "5.11.2"),
15+
new ArtifactInfo("facebook-login", "5.11.2"),
16+
new ArtifactInfo("facebook-share", "5.11.2"),
17+
new ArtifactInfo("facebook-places", "5.11.2"),
18+
new ArtifactInfo("facebook-applinks", "5.11.2"),
19+
new ArtifactInfo("facebook-messenger", "5.11.2"),
2020
new ArtifactInfo("facebook-livestreaming", "4.36.0"),
2121
new ArtifactInfo("facebook-loginkit", "4.36.0"),
22-
new ArtifactInfo("facebook-marketing", "5.9.0"),
23-
// This needs to stay preview until google play services comes out of preview
22+
new ArtifactInfo("facebook-marketing", "5.11.2"),
2423
new ArtifactInfo("account-kit-sdk", "5.4.0"),
2524
new ArtifactInfo("audience-network-sdk", "5.6.0"),
2625
new ArtifactInfo("notifications", "1.0.2")

cgmanifest.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"Maven": {
77
"ArtifactId": "facebook-android-sdk",
88
"GroupId": "com.facebook.android",
9-
"Version": "5.11.0"
9+
"Version": "5.11.2"
1010
}
1111
}
1212
},
@@ -16,7 +16,7 @@
1616
"Maven": {
1717
"ArtifactId": "facebook-core",
1818
"GroupId": "com.facebook.android",
19-
"Version": "5.11.0"
19+
"Version": "5.11.2"
2020
}
2121
}
2222
},
@@ -26,7 +26,7 @@
2626
"Maven": {
2727
"ArtifactId": "facebook-common",
2828
"GroupId": "com.facebook.android",
29-
"Version": "5.11.0"
29+
"Version": "5.11.2"
3030
}
3131
}
3232
},
@@ -36,7 +36,7 @@
3636
"Maven": {
3737
"ArtifactId": "facebook-login",
3838
"GroupId": "com.facebook.android",
39-
"Version": "5.11.0"
39+
"Version": "5.11.2"
4040
}
4141
}
4242
},
@@ -46,7 +46,7 @@
4646
"Maven": {
4747
"ArtifactId": "facebook-share",
4848
"GroupId": "com.facebook.android",
49-
"Version": "5.11.0"
49+
"Version": "5.11.2"
5050
}
5151
}
5252
},
@@ -56,7 +56,7 @@
5656
"Maven": {
5757
"ArtifactId": "facebook-places",
5858
"GroupId": "com.facebook.android",
59-
"Version": "5.11.0"
59+
"Version": "5.11.2"
6060
}
6161
}
6262
},
@@ -66,7 +66,7 @@
6666
"Maven": {
6767
"ArtifactId": "facebook-applinks",
6868
"GroupId": "com.facebook.android",
69-
"Version": "5.11.0"
69+
"Version": "5.11.2"
7070
}
7171
}
7272
},
@@ -76,7 +76,7 @@
7676
"Maven": {
7777
"ArtifactId": "facebook-messenger",
7878
"GroupId": "com.facebook.android",
79-
"Version": "5.11.0"
79+
"Version": "5.11.2"
8080
}
8181
}
8282
},
@@ -106,7 +106,7 @@
106106
"Maven": {
107107
"ArtifactId": "facebook-marketing",
108108
"GroupId": "com.facebook.android",
109-
"Version": "5.9.0"
109+
"Version": "5.11.2"
110110
}
111111
}
112112
},

0 commit comments

Comments
 (0)