This commit is contained in:
2021-09-02 09:56:15 +02:00
parent eaeef05e64
commit a6664102db
5 changed files with 50 additions and 31 deletions

View File

@@ -5,11 +5,8 @@ android {
compileSdk 30
defaultConfig {
applicationId "com.example.dynamicfeature"
minSdk 21
targetSdk 30
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}