mirror of
				https://github.com/AdrianKuta/Unbound-Drag-Drop.git
				synced 2025-10-31 00:13:39 +01:00 
			
		
		
		
	Add comments
This commit is contained in:
		| @@ -4,22 +4,32 @@ agp = "8.5.0" | ||||
| kotlin = "1.9.0" | ||||
| coreKtx = "1.13.1" | ||||
| junit = "4.13.2" | ||||
| junitVersion = "1.2.0" | ||||
| espressoCore = "3.6.0" | ||||
| junitVersion = "1.1.5" | ||||
| espressoCore = "3.5.1" | ||||
| appcompat = "1.7.0" | ||||
| kotlinxCoroutinesAndroid = "1.7.3" | ||||
| lifecycleViewmodelKtx = "2.8.2" | ||||
| material = "1.12.0" | ||||
| activity = "1.9.0" | ||||
| constraintlayout = "2.1.4" | ||||
| timber = "5.0.1" | ||||
| unboundDragDrop = "0.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" } | ||||
| androidx-lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycleViewmodelKtx" } | ||||
| kotlin-gradle-plugin = { group = "org.jetbrains.kotlin", name = "kotlin-gradle-plugin", version.ref = "kotlin" } | ||||
| androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" } | ||||
| 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" } | ||||
| kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "kotlinxCoroutinesAndroid" } | ||||
| material = { group = "com.google.android.material", name = "material", version.ref = "material" } | ||||
| androidx-activity = { group = "androidx.activity", name = "activity", version.ref = "activity" } | ||||
| androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" } | ||||
| timber = { module = "com.jakewharton.timber:timber", version.ref = "timber" } | ||||
| unbounddragdrop = { group = "dev.adriankuta", name = "unbound-drag-drop", version.ref = "unboundDragDrop"} | ||||
|  | ||||
| [plugins] | ||||
| kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } | ||||
| @@ -27,4 +37,7 @@ android-application = { id = "com.android.application", version.ref = "agp" } | ||||
| 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" } | ||||
| convention-android-library-publish = { id = "convention.android.library.publish", version = "unspecified" } | ||||
| com-vanniktech-maven-publish = { id = "com.vanniktech.maven.publish", version = "0.29.0" } | ||||
| com-gradleup-nmcp = { id = "com.gradleup.nmcp", version = "0.0.8"} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user