Skip to content

Commit

Permalink
Update for V6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
woheller69 committed Aug 1, 2023
1 parent 7036727 commit d9251f9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ apply plugin: 'com.android.application'

android {

compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
applicationId "org.woheller69.weather"
minSdkVersion 21
targetSdkVersion 31
targetSdkVersion 33
versionCode 61
versionName "6.1"

Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/61.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Update auf Android 13 SDK
Unterstützung für monochromes Icon
Türkische Übersetzung
Verbessertes Icon
Leicht verbesserter Kontrast im Dark Mode
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/61.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Update to Android 13 SDK
Monochrome icon support
Turkish translation
Improved icon
Slightly improved contrast in dark mode

0 comments on commit d9251f9

Please sign in to comment.