Repo created

This commit is contained in:
Fr4nz D13trich 2025-11-23 08:51:57 +01:00
parent 61d62cabdf
commit ad3df69bdb
872 changed files with 65976 additions and 2 deletions

View 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"
}