mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-06-30 11:05:48 +01:00
Update some gradle properties that are giving warnings.
This commit is contained in:
committed by
Michelle Tang
parent
b2a18f7202
commit
dca4351b8b
@@ -24,6 +24,10 @@ android {
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
|
||||
testOptions {
|
||||
targetSdk = libs.versions.targetSdk.get().toInt()
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
isCoreLibraryDesugaringEnabled = true
|
||||
sourceCompatibility = JavaVersion.toVersion(libs.versions.javaVersion.get())
|
||||
@@ -31,6 +35,7 @@ android {
|
||||
}
|
||||
|
||||
lint {
|
||||
targetSdk = libs.versions.targetSdk.get().toInt()
|
||||
disable += "InvalidVectorPath"
|
||||
lintConfig = rootProject.file("lint.xml")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user