mirror of
				https://github.com/AdrianKuta/Unbound-Drag-Drop.git
				synced 2025-10-31 00:13:39 +01:00 
			
		
		
		
	Setup convention plugin
This commit is contained in:
		| @@ -1,22 +1,30 @@ | ||||
| [versions] | ||||
| androidGradlePlugin = "8.1.4" | ||||
| agp = "8.5.0" | ||||
| kotlin = "1.9.0" | ||||
| coreKtx = "1.13.1" | ||||
| junit = "4.13.2" | ||||
| junitVersion = "1.1.5" | ||||
| espressoCore = "3.5.1" | ||||
| junitVersion = "1.2.0" | ||||
| espressoCore = "3.6.0" | ||||
| appcompat = "1.7.0" | ||||
| material = "1.12.0" | ||||
| timber = "5.0.1" | ||||
|  | ||||
| [libraries] | ||||
| android-tools-build-gradle-plugin = { group = "com.android.tools.build", name = "gradle", version.ref = "androidGradlePlugin" } | ||||
| androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" } | ||||
| kotlin-gradle-plugin = { group = "org.jetbrains.kotlin", name = "kotlin-gradle-plugin", version.ref = "kotlin" } | ||||
| junit = { group = "junit", name = "junit", version.ref = "junit" } | ||||
| androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" } | ||||
| androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" } | ||||
| androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" } | ||||
| material = { group = "com.google.android.material", name = "material", version.ref = "material" } | ||||
| timber = { module = "com.jakewharton.timber:timber", version.ref = "timber" } | ||||
|  | ||||
| [plugins] | ||||
| kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } | ||||
| android-application = { id = "com.android.application", version.ref = "agp" } | ||||
| jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } | ||||
| com-android-library = { id = "com.android.library", version.ref = "androidGradlePlugin" } | ||||
| convention-android-application = { id = "convention.android.application", version = "unspecified" } | ||||
| convention-android-library = { id = "convention.android.library", version = "unspecified" } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user