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:
		| @@ -26,12 +26,21 @@ android { | ||||
|     kotlinOptions { | ||||
|         jvmTarget = JavaVersion.VERSION_17.toString() | ||||
|     } | ||||
|  | ||||
|     buildFeatures { | ||||
|         viewBinding = true | ||||
|     } | ||||
| } | ||||
|  | ||||
| dependencies { | ||||
|     implementation(libs.unbounddragdrop) | ||||
|     implementation(libs.androidx.core.ktx) | ||||
|     implementation(libs.androidx.appcompat) | ||||
|     implementation(libs.material) | ||||
|     implementation(libs.androidx.activity) | ||||
|     implementation(libs.androidx.constraintlayout) | ||||
|     implementation(libs.kotlinx.coroutines.android) | ||||
|     implementation(libs.androidx.lifecycle.viewmodel.ktx) | ||||
|     testImplementation(libs.junit) | ||||
|     androidTestImplementation(libs.androidx.junit) | ||||
|     androidTestImplementation(libs.androidx.espresso.core) | ||||
|   | ||||
| @@ -11,6 +11,17 @@ | ||||
|         android:roundIcon="@mipmap/ic_launcher_round" | ||||
|         android:supportsRtl="true" | ||||
|         android:theme="@style/Theme.UnboundDragDrop" | ||||
|         tools:targetApi="31" /> | ||||
|         tools:targetApi="31"> | ||||
|  | ||||
|         <activity | ||||
|             android:name=".MainActivity" | ||||
|             android:exported="true"> | ||||
|             <intent-filter> | ||||
|                 <action android:name="android.intent.action.MAIN" /> | ||||
|  | ||||
|                 <category android:name="android.intent.category.LAUNCHER" /> | ||||
|             </intent-filter> | ||||
|         </activity> | ||||
|     </application> | ||||
|  | ||||
| </manifest> | ||||
		Reference in New Issue
	
	Block a user