Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

Commit

Permalink
Fix github datasource with 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Doomsdayrs committed Aug 19, 2022
1 parent 1588283 commit 6afc322
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ class GithubAppUpdateDataSource(
) : IRemoteAppUpdateDataSource, IRemoteAppUpdateDataSource.Downloadable {
private val shosetsuGitUpdateURL: String by lazy {
"https://raw.githubusercontent.com/shosetsuorg/shosetsu/${
if (DEBUG) "development" else "master"
if (DEBUG) "development" else "main"
}/android/src/${
if (DEBUG) "debug" else "master"
if (DEBUG) "debug" else "main"
}/assets/update.json"
}

Expand Down

0 comments on commit 6afc322

Please sign in to comment.