Skip to content

Commit

Permalink
Update 2.2_r1
Browse files Browse the repository at this point in the history
  • Loading branch information
D4rK7355608 committed Apr 17, 2023
1 parent e7051cd commit b4dd886
Show file tree
Hide file tree
Showing 13 changed files with 55 additions and 44 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
cache: gradle
- uses: actions/checkout@v3
- name: set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: gradle

- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build
2 changes: 1 addition & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 21 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Version 2.2_r1:
- Made various under-the-hood improvements for a better overall app experience.

# Version 2.1_r2:
- Made various under-the-hood improvements for a better overall app experience.

Expand All @@ -6,24 +9,24 @@
- Made various under-the-hood improvements for a better overall app experience.

# Version 2.0_r1:
- Added Store Archive compatibility;
- Added Romanian language support;
- Added Russian language support;
- Added Italian language support;
- Added Indonesian language support;
- Added Hindi language support;
- Added Japanese language support;
- Added French language support;
- Added Turkish language support;
- Added German language support;
- Added Spanish language support;
- Fixed crashes;
- Fixed app doesn't start;
- Fixed notification not appear on (Android 13+);
- Added Store Archive compatibility.
- Added Romanian language support.
- Added Russian language support.
- Added Italian language support.
- Added Indonesian language support.
- Added Hindi language support.
- Added Japanese language support.
- Added French language support.
- Added Turkish language support.
- Added German language support.
- Added Spanish language support.
- Fixed crashes.
- Fixed app doesn't start.
- Fixed notification not appear on (Android 13+).
- Under the hood improvements.

# Version 1.0_r9:
- Fixed crashes;
- Fixed crashes.
- Under the hood improvements.

# Version 1.0_r8:
Expand All @@ -33,7 +36,7 @@
- Under the hood improvements.

# Version 1.0_r6:
- Changes to policy;
- Changes to policy.
- Under the hood improvements.

# Version 1.0_r5:
Expand All @@ -43,11 +46,11 @@
- Under the hood improvements.

# Version 1.0_r3:
- Added INTERNET permission (needs for Firebase);
- Added INTERNET permission (needs for Firebase).
- Fixed Firebase.

# Version 1.0_r2:
- Removed useless parts of launcher icon;
- Removed useless parts of launcher icon.
- Fixed README and Google Play Store description.

# Version 1.0_r1:
Expand Down
17 changes: 10 additions & 7 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ android {
applicationId 'com.d4rk.musicsleeptimer.plus'
minSdk 26
targetSdk 33
versionCode 19
versionName '2.1_r2'
versionCode 20
versionName '2.2_r1'
archivesBaseName = "com.d4rk.musicsleeptimer.plus-v${versionName}"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
buildTypes {
release {
Expand All @@ -33,11 +33,14 @@ android {
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}
kotlinOptions {
jvmTarget = '1.8'
jvmTarget = '11'
}
buildFeatures {
buildConfig = true
}
bundle {
storeArchive {
Expand All @@ -47,7 +50,7 @@ android {
}
dependencies {
implementation 'com.google.firebase:firebase-crashlytics-ktx:18.3.6'
implementation 'com.google.firebase:firebase-analytics-ktx:21.2.1'
implementation 'com.google.firebase:firebase-analytics-ktx:21.2.2'
implementation 'com.google.firebase:firebase-perf:20.3.1'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.multidex:multidex:2.0.1'
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'com.android.application' version '7.4.2' apply false
id 'com.android.library' version '7.4.2' apply false
id 'com.android.application' version '8.0.0' apply false
id 'com.android.library' version '8.0.0' apply false
id 'org.jetbrains.kotlin.android' version '1.8.20' apply false
id 'com.google.gms.google-services' version '4.3.14' apply false
id 'com.google.firebase.crashlytics' version '2.9.2' apply false
Expand Down
6 changes: 3 additions & 3 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Mar 14 08:15:12 EET 2023
#Sun Apr 16 11:54:57 EEST 2023
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit b4dd886

Please sign in to comment.