Rimosse istruzioni deprecate da build.gradle

This commit is contained in:
Giuseppe Scorrano 2020-09-07 09:55:18 +02:00
parent 3e103bde5a
commit 1112983571
2 changed files with 0 additions and 2 deletions

View File

@ -26,7 +26,6 @@ android {
}
compileSdkVersion 29
buildToolsVersion '28.0.3'
defaultConfig {
applicationId "it.integry.integrywmsnative"

View File

@ -9,7 +9,6 @@ android {
versionName "1.0"
}
buildToolsVersion '28.0.3'
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8