Add self-updater for github builds

This commit is contained in:
Grishka
2022-10-31 09:26:17 +03:00
parent 1fa8a9e858
commit e381de812c
19 changed files with 774 additions and 17 deletions

View File

@@ -33,6 +33,9 @@ android {
initWith release
versionNameSuffix "-beta"
}
githubRelease{
initWith release
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_17
@@ -46,6 +49,9 @@ android {
appcenterPublicBeta{
setRoot "src/appcenter"
}
githubRelease{
setRoot "src/github"
}
}
lintOptions{
checkReleaseBuilds false