We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f666000 commit 1acd1ecCopy full SHA for 1acd1ec
android/build.gradle
@@ -8,6 +8,7 @@ buildscript {
8
}
9
10
dependencies {
11
+ classpath "gradle.plugin.com.github.viswaramamoorthy:gradle-util-plugins:0.1.0-RELEASE"
12
classpath "com.gradle:gradle-enterprise-gradle-plugin:3.12.6"
13
classpath "com.android.tools.build:gradle:8.0.0"
14
classpath "com.github.ben-manes:gradle-versions-plugin:0.46.0"
@@ -22,6 +23,7 @@ repositories {
22
23
24
apply plugin: "com.android.library"
25
apply plugin: "com.github.ben-manes.versions"
26
+apply plugin: "com.github.ManifestClasspath"
27
28
android {
29
namespace "com.microsoft.graph"
0 commit comments