Skip to content

Commit

Permalink
Update 1.0_r7.
Browse files Browse the repository at this point in the history
  • Loading branch information
D4rK7355608 committed Jul 30, 2022
1 parent f896fae commit 6e7c6a5
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 6 deletions.
17 changes: 17 additions & 0 deletions .idea/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Version 1.0_r7:
- Under the hood improvements.

# Version 1.0_r6:
- Changes to policy;
- Under the hood improvements.
Expand Down
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.d4rk.musicsleeptimer.plus"
minSdk 26
targetSdk 32
versionCode 11
versionName "1.0_r6"
versionCode 12
versionName "1.0_r7"
archivesBaseName = "com.d4rk.musicsleeptimer.plus-v${versionName}"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -40,8 +40,8 @@ android {
}
}
dependencies {
implementation platform('com.google.firebase:firebase-bom:30.2.0')
implementation 'com.google.firebase:firebase-crashlytics-ktx:18.2.11'
implementation platform('com.google.firebase:firebase-bom:30.3.1')
implementation 'com.google.firebase:firebase-crashlytics-ktx:18.2.12'
implementation 'com.google.firebase:firebase-analytics-ktx:21.1.0'
implementation 'com.google.firebase:firebase-perf:20.1.0'
testImplementation 'junit:junit:4.13.2'
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/play/listings/en-US/full-description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ There are some great alternatives out there, but they all have the same major fl

Designed with simplicity in mind to make sure it’s simple to use.

❗Note❗ : Don't look for a launcher icon, this app only provides a Quick Settings Tile.

⚠ Opening Issues⚠

Bugs can be reported here: https://github.com/D4rK7355608/com.d4rk.musicsleeptimer.plus/issues
Expand All @@ -47,6 +45,8 @@ GitHub: https://github.com/D4rK7355608/com.d4rk.musicsleeptimer.plus
⭐️ Fast and lightweight.
⭐️ Free Open source & secure.

❗Note❗ : Don't look for a launcher icon, this app only provides a Quick Settings Tile.

👨‍💻 More about me:
● Google Developers - https://developers.google.com/profile/u/D4rK7355608
● XDA - https://forum.xda-developers.com/m/d4rk7355608.10095012/
Expand Down

0 comments on commit 6e7c6a5

Please sign in to comment.