Creata customization FRUDIS

This commit is contained in:
2019-09-12 12:44:38 +02:00
parent c8062302a1
commit a506f15120
17 changed files with 217 additions and 44 deletions

View File

@@ -0,0 +1,26 @@
apply plugin: 'com.android.dynamic-feature'
android {
compileSdkVersion 28
defaultConfig {
minSdkVersion 21
targetSdkVersion 28
versionCode 1
versionName "1.0"
}
compileOptions {
sourceCompatibility = 1.8
targetCompatibility = 1.8
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(':app')
}