created basic template app

This commit is contained in:
Clemens-Dautermann 2022-02-09 21:35:21 +01:00 committed by Clemens-Dautermann
parent 253cd118d4
commit f640231b10
56 changed files with 1273 additions and 0 deletions

View file

@ -0,0 +1,9 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.1.1' apply false
id 'com.android.library' version '7.1.1' apply false
}
task clean(type: Delete) {
delete rootProject.buildDir
}