add release without federated timeline

This commit is contained in:
sk
2022-11-28 17:50:26 +01:00
parent f2a0680af0
commit 5cce8ca72c
2 changed files with 25 additions and 10 deletions

View File

@@ -32,6 +32,10 @@ android {
githubRelease{
initWith release
}
noFederatedRelease{
initWith release
versionNameSuffix '-nofederated'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_17