Skip to content

Commit

Permalink
Update 1.0_r8.
Browse files Browse the repository at this point in the history
  • Loading branch information
D4rK7355608 committed Aug 10, 2022
1 parent 6e7c6a5 commit 9d11a34
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 54 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github: D4rK7355608
patreon: patreon.com/D4rK7355608
custom: ['https://www.paypal.me/d4rkmichaeltutorials']
custom: ['https://www.paypal.me/d4rkmichaeltutorials', 'https://bit.ly/3p8bpjj']
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_r8:
- Under the hood improvements.

# Version 1.0_r7:
- Under the hood improvements.

Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Bugs can be reported [here](https://github.com/D4rK7355608/com.d4rk.musicsleepti
- Create an service/notification/general bug. 🐞

__🖤 D4rK Music Sleep Timer is 100% free, open source inspired by SleepTimer by SimonMarquis, ad free, and pause everything it claims to! 🖤__
__🖤 D4rK Music Sleep Timer is 100% Free, Open Source, inspired by SleepTimer by SimonMarquis and pause everything it claims to! 🖤__

## 🛠️ Features!
- ⭐️ Set Timer to a certain time, or by duration.
Expand Down Expand Up @@ -104,9 +104,7 @@ Rate us 5 stars ⭐⭐⭐⭐⭐ if you are happy with the app.
<a href="https://www.youtube.com/c/D4rK7355608/"><img src="https://img.shields.io/youtube/channel/subscribers/UCLDi-rmSRry0pNL-oVvGJAw?color=darkred&label=D4rK&logo=youtube&logoColor=darkred&style=for-the-badge"/></a>
<a href="https://github.com/D4rK7355608/"><img src="https://img.shields.io/github/followers/D4rK7355608?color=white&logo=GitHub&style=for-the-badge"/></a>

[<img src="https://raw.githubusercontent.com/steverichey/google-play-badge-svg/master/img/en_get.svg"
alt="Get it on Google Play"
height="90">](https://play.google.com/store/apps/details?id=com.d4rk.musicsleeptimer.plus)
[<img src="https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png" alt="Get it on Google Play" height="90">](https://play.google.com/store/apps/details?id=com.d4rk.musicsleeptimer.plus)

__Privacy Policy__ [here](https://sites.google.com/view/d4rk7355608/more/apps/privacy-policy).
__Terms of Service__ [here](https://sites.google.com/view/d4rk7355608/more/apps/terms-of-service).
Expand Down
4 changes: 2 additions & 2 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 12
versionName "1.0_r7"
versionCode 13
versionName "1.0_r8"
archivesBaseName = "com.d4rk.musicsleeptimer.plus-v${versionName}"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
7 changes: 1 addition & 6 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,22 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.d4rk.musicsleeptimer.plus">
<uses-permission android:name="android.permission.INTERNET"/>
<application
android:allowBackup="false"
android:fullBackupContent="false"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher"
android:logo="@drawable/ic_launcher_foreground"
android:label="@string/app_name"
android:appCategory="audio"
android:supportsRtl="true"
android:description="@string/app_description"
android:theme="@android:style/Theme.DeviceDefault"
android:dataExtractionRules="@xml/data_extraction_rules"
tools:ignore="UnusedAttribute">
android:theme="@android:style/Theme.DeviceDefault">
<service
android:name=".services.SleepTileService"
android:icon="@drawable/ic_music_off"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/play/listings/en-US/full-description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Create an service/notification/general bug. 🐞

GitHub: https://github.com/D4rK7355608/com.d4rk.musicsleeptimer.plus

🖤 D4rK Music Sleep Timer Plus is 100% free, open source, inspired by SleepTimer by SimonMarquis, ad free, and pause everything it claims to! 🖤
🖤 D4rK Music Sleep Timer is 100% Free, Open Source, inspired by SleepTimer by SimonMarquis and pause everything it claims to! 🖤

🛠️ Features!
⭐️ Set Timer to a certain time, or by duration.
Expand Down
36 changes: 0 additions & 36 deletions app/src/main/res/xml/data_extraction_rules.xml

This file was deleted.

4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ buildscript {
}
}
plugins {
id 'com.android.application' version '7.2.1' apply false
id 'com.android.library' version '7.2.1' apply false
id 'com.android.application' version '7.2.2' apply false
id 'com.android.library' version '7.2.2' apply false
id 'org.jetbrains.kotlin.android' version '1.7.10' apply false
id "com.google.gms.google-services" version "4.3.10" apply false
}
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Jul 19 13:21:31 EEST 2022
#Mon Aug 08 16:50:02 EEST 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit 9d11a34

Please sign in to comment.