Skip to content

Commit 4b0deab

Browse files
committed
Remove deprecated common library dependency
1 parent 4e4bf94 commit 4b0deab

3 files changed

Lines changed: 0 additions & 4 deletions

File tree

include-build/gradle-plugin/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ dependencies {
1515
implementation(libs.android.gradle)
1616
implementation(libs.android.builder.test.api)
1717
implementation(libs.android.ddmlib)
18-
implementation(libs.android.common)
1918
}
2019

2120
gradlePlugin {

include-build/gradle-plugin/src/main/java/com/telefonica/androidsnaptesting/AndroidSnaptestingPlugin.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ class AndroidSnaptestingPlugin : Plugin<Project> {
6060
}
6161
}
6262

63-
@Suppress("DEPRECATION")
6463
private fun registerTasksForVariant(
6564
project: Project,
6665
taskName: String,

include-build/gradle/libs.versions.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
[versions]
22
agp = "9.1.0"
3-
common = "32.1.0"
43
ddmlib = "32.1.0"
54
kotlin = "2.3.0"
65
detekt = "1.23.6"
76
publish-plugin = "1.2.0"
87

98
[libraries]
109
android-builder-test-api = { module = "com.android.tools.build:builder-test-api", version.ref = "agp" }
11-
android-common = { module = "com.android.tools:common", version.ref = "common" }
1210
android-ddmlib = { module = "com.android.tools.ddms:ddmlib", version.ref = "ddmlib" }
1311
android-gradle = { module = "com.android.tools.build:gradle", version.ref = "agp" }
1412

0 commit comments

Comments
 (0)