Merge branch 'housekeeping/update-gradle-build-properties' into 'develop'

Update and clean gradle build

See merge request funkwhale/funkwhale-android!40
This commit is contained in:
Ryan Harg 2021-07-20 07:04:01 +00:00
commit 0e3347349f
1 changed files with 7 additions and 6 deletions

View File

@ -37,16 +37,17 @@ android {
viewBinding = true
}
buildToolsVersion = "29.0.3"
compileSdkVersion(29)
lintOptions {
isAbortOnError = false
}
compileSdkVersion(30)
defaultConfig {
applicationId = "audio.funkwhale.ffa"
minSdkVersion(23)
targetSdkVersion(29)
ndkVersion = "21.3.6528147"
minSdkVersion(24)
targetSdkVersion(30)
versionCode = androidGitVersion.code()
versionName = androidGitVersion.name()