Aggiornati build.gradle

This commit is contained in:
2021-05-17 17:59:47 +02:00
parent ebcd8eea0a
commit 7b7b3e554b
10 changed files with 17 additions and 20 deletions

View File

@@ -11,8 +11,8 @@ android {
}
compileOptions {
sourceCompatibility = '1.8'
targetCompatibility = '1.8'
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}