chore: update to build config

This commit is contained in:
Diego Beraldin 2023-09-21 18:45:00 +02:00
parent 7d8dd203d2
commit 7ea2959c3d
2 changed files with 4 additions and 3 deletions

View File

@ -12,7 +12,7 @@ Changelog: https://github.com/diegoberaldin/RacconForLemmy/releases
AutoName: Raccoon for Lemmy
RepoType: git
Repo: git@github.com:diegoberaldin/RacconForLemmy.git
Repo: https://github.com/diegoberaldin/RacconForLemmy.git
Builds:
- versionName: 1.0.0-beta03
@ -20,9 +20,9 @@ Builds:
commit: 1.0.0-beta03
subdir: androidApp
gradle:
- yes
- githubConfig
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 1.0.0-beta03
CurrentVersionCode: 13
CurrentVersionCode: 13

View File

@ -9,6 +9,7 @@ pluginManagement {
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()