mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-18 04:50:08 +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",
|
"-opt-in=kotlinx.coroutines.ExperimentalCoroutinesApi",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
buildFeatures {
|
||||||
|
viewBinding true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
|
@ -66,10 +66,6 @@ android {
|
||||||
testCoverageEnabled = coverage.enableTestCoverage
|
testCoverageEnabled = coverage.enableTestCoverage
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
nightly {
|
|
||||||
initWith release
|
|
||||||
matchingFallbacks = ['release']
|
|
||||||
}
|
|
||||||
release
|
release
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -111,10 +107,6 @@ android {
|
||||||
test {
|
test {
|
||||||
java.srcDirs += "src/sharedTest/java"
|
java.srcDirs += "src/sharedTest/java"
|
||||||
}
|
}
|
||||||
// Add sourceSets for `release` version when building `nightly`
|
|
||||||
nightly {
|
|
||||||
java.srcDirs += "src/release/java"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
buildFeatures {
|
buildFeatures {
|
||||||
|
|
Loading…
Add table
Reference in a new issue