We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7339ba commit 8927527Copy full SHA for 8927527
net/src/main/java/com/topjohnwu/net/Networking.java
@@ -43,7 +43,7 @@ public static void init(Context context) {
43
gms.getClassLoader()
44
.loadClass("com.google.android.gms.common.security.ProviderInstallerImpl")
45
.getMethod("insertProvider", Context.class)
46
- .invoke(null, context);
+ .invoke(null, gms);
47
} catch (Exception e) {
48
// Failed to update SSL provider, use NoSSLv3SocketFactory on SDK < 21
49
if (Build.VERSION.SDK_INT < 21)
0 commit comments