Add stable flavor

This commit is contained in:
Adolfo Santiago 2022-02-18 21:10:57 +01:00
parent 688f6f6f89
commit d986f98f81
No known key found for this signature in database
GPG Key ID: 244D6F9A317B4A65
1 changed files with 4 additions and 0 deletions

View File

@ -67,6 +67,10 @@ android {
beta {
dimension "release"
}
stable {
dimension "release"
}
}
compileOptions {