File tree Expand file tree Collapse file tree 3 files changed +2
-15
lines changed Expand file tree Collapse file tree 3 files changed +2
-15
lines changed Original file line number Diff line number Diff line change 17
17
18
18
### Updated
19
19
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 `
21
21
- ` com.android.tools.build:gradle -> 7.3.0 `
22
22
- ` gradle -> 7.5.1 `
23
23
Original file line number Diff line number Diff line change 1
- buildscript {
2
- dependencies {
3
- classpath(libs.android.toolsBuild.gradle)
4
- classpath(libs.jetbrains.kotlin.kotlinGradlePlugin)
5
- }
6
- }
7
-
8
1
plugins {
9
2
alias(libs.plugins.javiersc.hubdle)
10
3
}
Original file line number Diff line number Diff line change 1
1
[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"
9
3
10
4
[plugins ]
11
5
javiersc-hubdle = { id = " com.javiersc.hubdle" , version.ref = " hubdle" }
You can’t perform that action at this time.
0 commit comments