Browse Source

Update and clean gradle build

housekeeping/remove-warnings
Ryan Harg 3 years ago
parent
commit
6245d9a2dd
No known key found for this signature in database
GPG Key ID: 89106F3A84E6958C
  1. 13
      app/build.gradle.kts

13
app/build.gradle.kts

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

Loading…
Cancel
Save