Repo created
This commit is contained in:
parent
61d62cabdf
commit
ad3df69bdb
872 changed files with 65976 additions and 2 deletions
15
cross-tab-drag-and-drop/build.gradle
Normal file
15
cross-tab-drag-and-drop/build.gradle
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
apply plugin: 'com.android.library'
|
||||
|
||||
android {
|
||||
compileSdk 35
|
||||
namespace 'it.niedermann.android.crosstabdnd'
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 22
|
||||
targetSdk 35
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation "com.google.android.material:material:$rootProject.materialVersion"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue