File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
gradle/convetions-plugins/vbpd-library-base/src/main/kotlin Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import dev.androidbroadcast.vbpd.gradle.kotlinConfig
3
3
import dev.androidbroadcast.vbpd.gradle.kotlinOptions
4
4
import dev.androidbroadcast.vbpd.gradle.libs
5
5
6
- version = libs.vbpd.get()
6
+ version = libs.versions.vbpd
7
7
group = " dev.androidbroadcast.vbpd"
8
8
9
9
plugins.apply (libs.plugins.jetbrains.kotlin.android.get().pluginId)
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ vanniktechMavenPublishingConfig {
51
51
connection = " scm:git:https://github.com/androidbroadcast/ViewBindingPropertyDelegate.git"
52
52
developerConnection = " scm:git:git@github.com:androidbroadcast/ViewBindingPropertyDelegate.git"
53
53
url = " https://github.com/androidbroadcast/ViewBindingPropertyDelegate"
54
- tag = libs.vbpd.get()
54
+ tag = libs.versions. vbpd.get()
55
55
}
56
56
57
57
ciManagement {
You can’t perform that action at this time.
0 commit comments