mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 03:18:06 +00:00
Migrated buildconfig
This commit is contained in:
parent
3a2757d962
commit
c927a83aa5
2 changed files with 1 additions and 1 deletions
|
|
@ -150,6 +150,7 @@ android {
|
||||||
|
|
||||||
buildFeatures {
|
buildFeatures {
|
||||||
dataBinding = true
|
dataBinding = true
|
||||||
|
buildConfig = true
|
||||||
}
|
}
|
||||||
|
|
||||||
lint {
|
lint {
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,6 @@ kotlin.code.style=official
|
||||||
# resources declared in the library itself and none from the library's dependencies,
|
# resources declared in the library itself and none from the library's dependencies,
|
||||||
# thereby reducing the size of the R class for that library
|
# thereby reducing the size of the R class for that library
|
||||||
android.nonTransitiveRClass=true
|
android.nonTransitiveRClass=true
|
||||||
android.defaults.buildfeatures.buildconfig=true
|
|
||||||
android.nonFinalResIds=true
|
android.nonFinalResIds=true
|
||||||
kotlin.experimental.tryK2=true
|
kotlin.experimental.tryK2=true
|
||||||
LinphoneSdkBuildDir=
|
LinphoneSdkBuildDir=
|
||||||
Loading…
Add table
Reference in a new issue