Skip to content

Commit

Permalink
Fix production build
Browse files Browse the repository at this point in the history
  • Loading branch information
lneugebauer committed Feb 1, 2024
1 parent 40ae4ff commit 8475726
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ android {
applicationId "de.lukasneugebauer.nextcloudcookbook"
minSdk 23
targetSdk 34
versionCode 35
versionCode 36
versionName "0.14.6"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
package de.lukasneugebauer.nextcloudcookbook.core.data.dto

import com.google.gson.annotations.SerializedName
import de.lukasneugebauer.nextcloudcookbook.core.domain.model.NextcloudVersion

data class NextcloudVersionDto(
@SerializedName("string")
val string: String,
) {
fun toNextcloudVersion(): NextcloudVersion = string
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/36.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Russische Übersetzung aktualisiert
- Absturz auf dem Start Bildschirm behoben
- Anmeldeverhalten verbessert
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/36.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Update Russian translation
- Fix home screen crash
- Improve login handling

0 comments on commit 8475726

Please sign in to comment.