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 { @@ -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()

Loading…
Cancel
Save