Skip to content

Commit

Permalink
Update dependency com.javiersc.hubdle to v0.2.0-alpha.42
Browse files Browse the repository at this point in the history
| datasource | package                                               | from           | to             |
| ---------- | ----------------------------------------------------- | -------------- | -------------- |
| maven      | com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin | 0.2.0-alpha.37 | 0.2.0-alpha.42 |
  • Loading branch information
renovate[bot] authored and JavierSegoviaCordoba committed Oct 18, 2022
1 parent 4380ba3 commit 0007d61
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

### Updated

- `com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.2.0-alpha.37`
- `com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.2.0-alpha.42`
- `com.android.tools.build:gradle -> 7.3.0`
- `gradle -> 7.5.1`

Expand Down
7 changes: 0 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
buildscript {
dependencies {
classpath(libs.android.toolsBuild.gradle)
classpath(libs.jetbrains.kotlin.kotlinGradlePlugin)
}
}

plugins {
alias(libs.plugins.javiersc.hubdle)
}
Expand Down
8 changes: 1 addition & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
[versions]
android = "7.3.0"
hubdle = "0.2.0-alpha.37"
kotlin = "1.7.10"

[libraries]
android-toolsBuild-gradle = { module = "com.android.tools.build:gradle", version.ref = "android" }
jetbrains-kotlin-kotlinGradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
hubdle = "0.2.0-alpha.42"

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

0 comments on commit 0007d61

Please sign in to comment.