Use consistent version ref naming style
This commit is contained in:
parent
44ed487c98
commit
c25feb637a
|
@ -2,7 +2,7 @@
|
|||
#jetbrains
|
||||
kotlin = "1.9.0"
|
||||
#AndroidX
|
||||
androidX-constraintlayoutVersion = "2.1.4"
|
||||
androidx-constraintlayout = "2.1.4"
|
||||
#EventBus
|
||||
eventbusVersion = "3.3.1"
|
||||
#Simple tools
|
||||
|
@ -21,7 +21,7 @@ app-version-versionCode = "65"
|
|||
app-version-versionName = "5.10.0"
|
||||
[libraries]
|
||||
#Simple Mobile Tools
|
||||
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "androidX-constraintlayoutVersion" }
|
||||
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "androidx-constraintlayout" }
|
||||
eventbus = { module = "org.greenrobot:eventbus", version.ref = "eventbusVersion" }
|
||||
simple-tools-commons = { module = "com.github.SimpleMobileTools:Simple-Commons", version.ref = "simple-commons" }
|
||||
[plugins]
|
||||
|
|
Loading…
Reference in New Issue