Skip to content

Commit

Permalink
Change master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Domi04151309 committed Jan 30, 2024
1 parent e894f68 commit 9e20604
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![App Icon](https://raw.githubusercontent.com/Domi04151309/AlwaysOn/master/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp)
![App Icon](https://raw.githubusercontent.com/Domi04151309/AlwaysOn/main/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp)

# AlwaysOn for Android™

Expand All @@ -24,7 +24,7 @@ Support the development by donating.

## Previews

<img src="https://raw.githubusercontent.com/Domi04151309/AlwaysOn/master/fastlane/metadata/android/en-US/images/phoneScreenshots/1.jpg" width="18%" /><img src="https://raw.githubusercontent.com/Domi04151309/AlwaysOn/master/fastlane/metadata/android/en-US/images/phoneScreenshots/2.jpg" width="18%" /><img src="https://raw.githubusercontent.com/Domi04151309/AlwaysOn/master/fastlane/metadata/android/en-US/images/phoneScreenshots/3.jpg" width="18%" /><img src="https://raw.githubusercontent.com/Domi04151309/AlwaysOn/master/fastlane/metadata/android/en-US/images/phoneScreenshots/4.jpg" width="18%" /><img src="https://raw.githubusercontent.com/Domi04151309/AlwaysOn/master/fastlane/metadata/android/en-US/images/phoneScreenshots/5.jpg" width="18%" /><img src="https://raw.githubusercontent.com/Domi04151309/AlwaysOn/master/fastlane/metadata/android/en-US/images/phoneScreenshots/6.jpg" width="18%" /><img src="https://raw.githubusercontent.com/Domi04151309/AlwaysOn/master/fastlane/metadata/android/en-US/images/phoneScreenshots/7.jpg" width="18%" />
<img src="https://raw.githubusercontent.com/Domi04151309/AlwaysOn/main/fastlane/metadata/android/en-US/images/phoneScreenshots/1.jpg" width="18%" /><img src="https://raw.githubusercontent.com/Domi04151309/AlwaysOn/main/fastlane/metadata/android/en-US/images/phoneScreenshots/2.jpg" width="18%" /><img src="https://raw.githubusercontent.com/Domi04151309/AlwaysOn/main/fastlane/metadata/android/en-US/images/phoneScreenshots/3.jpg" width="18%" /><img src="https://raw.githubusercontent.com/Domi04151309/AlwaysOn/main/fastlane/metadata/android/en-US/images/phoneScreenshots/4.jpg" width="18%" /><img src="https://raw.githubusercontent.com/Domi04151309/AlwaysOn/main/fastlane/metadata/android/en-US/images/phoneScreenshots/5.jpg" width="18%" /><img src="https://raw.githubusercontent.com/Domi04151309/AlwaysOn/main/fastlane/metadata/android/en-US/images/phoneScreenshots/6.jpg" width="18%" /><img src="https://raw.githubusercontent.com/Domi04151309/AlwaysOn/main/fastlane/metadata/android/en-US/images/phoneScreenshots/7.jpg" width="18%" />

<i style="color:gray;">Android, Google Play and the Google Play logo are trademarks of Google
LLC.</i>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class AboutActivity : BaseActivity() {

companion object {
private const val REPOSITORY: String = "Domi04151309/AlwaysOn"
private const val BRANCH: String = "master"
private const val BRANCH: String = "main"
private const val REPOSITORY_URL: String = "https://github.com/$REPOSITORY"
}
}

0 comments on commit 9e20604

Please sign in to comment.