Skip to content

Commit 1acd1ec

Browse files
committed
Update android/build.gradle to match v1
1 parent f666000 commit 1acd1ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

android/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ buildscript {
88
}
99

1010
dependencies {
11+
classpath "gradle.plugin.com.github.viswaramamoorthy:gradle-util-plugins:0.1.0-RELEASE"
1112
classpath "com.gradle:gradle-enterprise-gradle-plugin:3.12.6"
1213
classpath "com.android.tools.build:gradle:8.0.0"
1314
classpath "com.github.ben-manes:gradle-versions-plugin:0.46.0"
@@ -22,6 +23,7 @@ repositories {
2223

2324
apply plugin: "com.android.library"
2425
apply plugin: "com.github.ben-manes.versions"
26+
apply plugin: "com.github.ManifestClasspath"
2527

2628
android {
2729
namespace "com.microsoft.graph"

0 commit comments

Comments
 (0)