Browse Source

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

Update and clean gradle build

See merge request funkwhale/funkwhale-android!40
housekeeping/remove-warnings
Ryan Harg 3 years ago
parent
commit
0e3347349f
  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