Finish v1_9_3(97)

This commit is contained in:
2019-11-20 10:12:56 +01:00
parent c6e5f98739
commit d109d61eb4
6 changed files with 9 additions and 14 deletions

View File

@@ -12,6 +12,10 @@ android {
versionName "1.0"
}
compileOptions {
sourceCompatibility = 1.8
targetCompatibility = 1.8
}
}