diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 47c6f65..60e370c 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,3 +1,3 @@ github: D4rK7355608 patreon: patreon.com/D4rK7355608 -custom: ['https://www.paypal.me/d4rkmichaeltutorials'] \ No newline at end of file +custom: ['https://www.paypal.me/d4rkmichaeltutorials', 'https://bit.ly/3p8bpjj'] \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dcb987..f7918f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# Version 1.0_r8: +- Under the hood improvements. + # Version 1.0_r7: - Under the hood improvements. diff --git a/README.md b/README.md index 9dd0d64..17903af 100644 --- a/README.md +++ b/README.md @@ -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. @@ -104,9 +104,7 @@ Rate us 5 stars ⭐⭐⭐⭐⭐ if you are happy with the app. -[](https://play.google.com/store/apps/details?id=com.d4rk.musicsleeptimer.plus) +[Get it on Google Play](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). diff --git a/app/build.gradle b/app/build.gradle index 10b393e..f1b94af 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" } diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 4e517c4..aeee64b 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,12 +1,9 @@ + android:theme="@android:style/Theme.DeviceDefault"> - - - - - - - \ No newline at end of file diff --git a/build.gradle b/build.gradle index 7a88d91..81d37c3 100644 --- a/build.gradle +++ b/build.gradle @@ -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 } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index e678366..a46b32f 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -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