fix some lint warnings
All checks were successful
continuous-integration/drone/push Build is passing

* remove unused resources
This commit is contained in:
2020-08-10 14:51:40 +02:00
parent fb3dab6dc3
commit dd5c7b3fb8
8 changed files with 291 additions and 283 deletions

View File

@ -11,7 +11,7 @@ android {
minSdkVersion 23
targetSdkVersion 29
versionCode 15
versionName "0.5.90"
versionName "0.5.91"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resValue "string", "build_time", buildTime()
setProperty("archivesBaseName", "projectlaogai-$versionName")