diff --git a/app/build.gradle b/app/build.gradle index 7ee46aa..fca0db6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" diff --git a/fastlane/metadata/android/de-DE/changelogs/61.txt b/fastlane/metadata/android/de-DE/changelogs/61.txt new file mode 100644 index 0000000..2c1bf21 --- /dev/null +++ b/fastlane/metadata/android/de-DE/changelogs/61.txt @@ -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 \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/61.txt b/fastlane/metadata/android/en-US/changelogs/61.txt new file mode 100644 index 0000000..990a6c7 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/61.txt @@ -0,0 +1,5 @@ +Update to Android 13 SDK +Monochrome icon support +Turkish translation +Improved icon +Slightly improved contrast in dark mode \ No newline at end of file