mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 01:15:54 +03:00
lifting nightly to the application module
This commit is contained in:
parent
e53972cf2d
commit
b72a174edf
3 changed files with 4 additions and 8 deletions
|
@ -340,6 +340,10 @@ android {
|
|||
"-opt-in=kotlinx.coroutines.ExperimentalCoroutinesApi",
|
||||
]
|
||||
}
|
||||
|
||||
buildFeatures {
|
||||
viewBinding true
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
@ -66,10 +66,6 @@ android {
|
|||
testCoverageEnabled = coverage.enableTestCoverage
|
||||
}
|
||||
}
|
||||
nightly {
|
||||
initWith release
|
||||
matchingFallbacks = ['release']
|
||||
}
|
||||
release
|
||||
}
|
||||
|
||||
|
@ -111,10 +107,6 @@ android {
|
|||
test {
|
||||
java.srcDirs += "src/sharedTest/java"
|
||||
}
|
||||
// Add sourceSets for `release` version when building `nightly`
|
||||
nightly {
|
||||
java.srcDirs += "src/release/java"
|
||||
}
|
||||
}
|
||||
|
||||
buildFeatures {
|
||||
|
|
Loading…
Reference in a new issue