mirror of
				https://github.com/SimpleMobileTools/Simple-Flashlight.git
				synced 2025-06-05 21:59:19 +02:00 
			
		
		
		
	Use consistent version ref naming style
This commit is contained in:
		| @@ -2,7 +2,7 @@ | |||||||
| #jetbrains | #jetbrains | ||||||
| kotlin = "1.9.0" | kotlin = "1.9.0" | ||||||
| #AndroidX | #AndroidX | ||||||
| androidX-constraintlayoutVersion = "2.1.4" | androidx-constraintlayout = "2.1.4" | ||||||
| #EventBus | #EventBus | ||||||
| eventbusVersion = "3.3.1" | eventbusVersion = "3.3.1" | ||||||
| #Simple tools | #Simple tools | ||||||
| @@ -21,7 +21,7 @@ app-version-versionCode = "65" | |||||||
| app-version-versionName = "5.10.0" | app-version-versionName = "5.10.0" | ||||||
| [libraries] | [libraries] | ||||||
| #Simple Mobile Tools | #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" } | eventbus = { module = "org.greenrobot:eventbus", version.ref = "eventbusVersion" } | ||||||
| simple-tools-commons = { module = "com.github.SimpleMobileTools:Simple-Commons", version.ref = "simple-commons" } | simple-tools-commons = { module = "com.github.SimpleMobileTools:Simple-Commons", version.ref = "simple-commons" } | ||||||
| [plugins] | [plugins] | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user