We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1070836 commit 65359b5Copy full SHA for 65359b5
1 file changed
src/Kapusch.FacebookApisForAndroidComponents/Native/Android/settings.gradle.kts
@@ -1,2 +1,17 @@
1
+pluginManagement {
2
+ repositories {
3
+ google()
4
+ mavenCentral()
5
+ gradlePluginPortal()
6
+ }
7
+}
8
+
9
+dependencyResolutionManagement {
10
11
12
13
14
15
16
rootProject.name = "KapuschFacebookInteropAndroid"
17
include(":facebookinterop")
0 commit comments