File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed
Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ buildscript {
1414}
1515
1616plugins {
17+ alias(dropboxJavaSdkLibs. plugins. dependency. guard)
1718 alias(dropboxJavaSdkLibs. plugins. maven. publish. plugin) apply false
1819 alias(dropboxJavaSdkLibs. plugins. gradle. version. plugin) apply false
19- alias(dropboxJavaSdkLibs. plugins. dependency. guard) apply false
2020 alias(dropboxJavaSdkLibs. plugins. blind. pirate. osgi) apply false
2121 alias(dropboxJavaSdkLibs. plugins. binary. compatibility. validator) apply false
2222}
@@ -34,7 +34,6 @@ allprojects {
3434 }
3535}
3636
37- apply plugin : " com.dropbox.dependency-guard"
3837
3938dependencyGuard {
4039 configuration(" classpath" )
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ com.android.tools:sdk-common:30.2.2
3838com.android.tools:sdklib:30.2.2
3939com.android:signflinger:7.2.2
4040com.android:zipflinger:7.2.2
41- com.dropbox.dependency-guard:com.dropbox.dependency-guard.gradle.plugin:0.3.2
42- com.dropbox.dependency-guard:dependency-guard:0.3.2
41+ com.dropbox.dependency-guard:com.dropbox.dependency-guard.gradle.plugin:0.4.0
42+ com.dropbox.dependency-guard:dependency-guard:0.4.0
4343com.fasterxml.jackson.core:jackson-annotations:2.11.1
4444com.fasterxml.jackson.core:jackson-core:2.11.1
4545com.fasterxml.jackson.core:jackson-databind:2.11.1
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77 id " org.jetbrains.kotlin.jvm"
88 id " com.vanniktech.maven.publish"
99 id " com.github.ben-manes.versions"
10- id " com.dropbox.dependency-guard"
10+ id( " com.dropbox.dependency-guard" )
1111 id " com.dropbox.stone.java"
1212 id " org.jetbrains.kotlinx.binary-compatibility-validator"
1313}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ android-min-sdk = "21"
55android-target-sdk = " 33"
66androidx-activity = " 1.5.0"
77binary-compatibility-validator = " 0.11.1"
8- dependency-guard = " 0.3.2 "
8+ dependency-guard = " 0.4.0 "
99junit-jupiter = " 5.8.2"
1010kotlin = " 1.6.21"
1111kotlin-coroutines = " 1.6.4"
You can’t perform that action at this time.
0 commit comments