Skip to content

Commit 0007d61

Browse files
renovate[bot]JavierSegoviaCordoba
authored andcommitted
Update dependency com.javiersc.hubdle to v0.2.0-alpha.42
| datasource | package | from | to | | ---------- | ----------------------------------------------------- | -------------- | -------------- | | maven | com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin | 0.2.0-alpha.37 | 0.2.0-alpha.42 |
1 parent 4380ba3 commit 0007d61

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
### Updated
1919

20-
- `com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.2.0-alpha.37`
20+
- `com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.2.0-alpha.42`
2121
- `com.android.tools.build:gradle -> 7.3.0`
2222
- `gradle -> 7.5.1`
2323

build.gradle.kts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
buildscript {
2-
dependencies {
3-
classpath(libs.android.toolsBuild.gradle)
4-
classpath(libs.jetbrains.kotlin.kotlinGradlePlugin)
5-
}
6-
}
7-
81
plugins {
92
alias(libs.plugins.javiersc.hubdle)
103
}

gradle/libs.versions.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
[versions]
2-
android = "7.3.0"
3-
hubdle = "0.2.0-alpha.37"
4-
kotlin = "1.7.10"
5-
6-
[libraries]
7-
android-toolsBuild-gradle = { module = "com.android.tools.build:gradle", version.ref = "android" }
8-
jetbrains-kotlin-kotlinGradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
2+
hubdle = "0.2.0-alpha.42"
93

104
[plugins]
115
javiersc-hubdle = { id = "com.javiersc.hubdle", version.ref = "hubdle" }

0 commit comments

Comments
 (0)