Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New version 1.0.39 #1556

Merged
merged 2 commits into from
Jan 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 34
versionCode 38
versionName "1.0.38"
versionCode 39
versionName "1.0.39"
applicationId "ws.xsoh.etar"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
Expand Down Expand Up @@ -109,10 +109,10 @@ dependencies {
implementation 'androidx.preference:preference:1.2.1'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'com.google.android.material:material:1.10.0'
implementation 'com.google.android.material:material:1.11.0'
testImplementation 'junit:junit:4.13.2'

coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.3'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'

// Coroutines
def coroutines_version = "1.7.3"
Expand Down
2 changes: 2 additions & 0 deletions metadata/de-DE/changelogs/39.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Korrektur eines Absturzes in der Monats- und Wochenansicht aufgrund einer ungültigen rrule
- Fehlerbehebungen
2 changes: 2 additions & 0 deletions metadata/en-US/changelogs/39.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fix crash on month and week view due to invalid rrule
- Bugfixes