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 206349d commit 1164a52
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/PowerApp/master/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp)
![App Icon](https://raw.githubusercontent.com/Domi04151309/PowerApp/main/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp)
# Power App for Android™
This App offers you a lot of different power options like shutting down, rebooting, soft rebooting, rebooting into recovery, rebooting into the bootloader, restarting System UI and turning off your screen.

Expand All @@ -18,7 +18,7 @@ Support the development by donating.
</a>

## Previews
<img src="https://raw.githubusercontent.com/Domi04151309/PowerApp/master/fastlane/metadata/android/en-US/images/phoneScreenshots/1.jpg" width="18%" /><img src="https://raw.githubusercontent.com/Domi04151309/PowerApp/master/fastlane/metadata/android/en-US/images/phoneScreenshots/2.jpg" width="18%" />
<img src="https://raw.githubusercontent.com/Domi04151309/PowerApp/main/fastlane/metadata/android/en-US/images/phoneScreenshots/1.jpg" width="18%" /><img src="https://raw.githubusercontent.com/Domi04151309/PowerApp/main/fastlane/metadata/android/en-US/images/phoneScreenshots/2.jpg" width="18%" />

*<a href="https://en.wikipedia.org/wiki/Rooting_(Android)">What is rooting?</a>*
<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/PowerApp"
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 1164a52

Please sign in to comment.