Creato script che cambia e classi in base alla build da fare.

This commit is contained in:
2019-02-15 12:20:33 +01:00
parent e4f46f5805
commit d5532132f3
10 changed files with 267 additions and 178 deletions

View File

@@ -7,9 +7,8 @@ android {
targetSdkVersion 28
versionCode 1
versionName "1.0"
}
buildToolsVersion '28.0.3'
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8

View File

@@ -4,7 +4,7 @@
<dist:module
dist:instant="false"
dist:onDemand="true"
dist:onDemand="false"
dist:title="@string/title_dynamic_vgalimenti">
<dist:fusing dist:include="true" />
</dist:module>