diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 26dc3f0..c6ac425 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -23,8 +23,8 @@ android { applicationId = "com.davidtakac.bura" minSdk = 28 targetSdk = 34 - versionCode = 9 - versionName = "1.2.0" + versionCode = 10 + versionName = "1.3.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" resourceConfigurations.addAll(listOf("en", "fr", "hr", "vi")) @@ -68,11 +68,11 @@ android { dependencies { // Core Android - implementation("androidx.core:core-ktx:1.12.0") + implementation("androidx.core:core-ktx:1.13.1") implementation("androidx.appcompat:appcompat:1.6.1") // Compose - implementation(platform("androidx.compose:compose-bom:2024.04.00")) + implementation(platform("androidx.compose:compose-bom:2024.05.00")) implementation("androidx.compose.material3:material3") implementation("androidx.navigation:navigation-compose:2.7.7") // Previews diff --git a/fastlane/metadata/android/en-US/changelogs/10.txt b/fastlane/metadata/android/en-US/changelogs/10.txt new file mode 100644 index 0000000..79f480d --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/10.txt @@ -0,0 +1,6 @@ +### Fixed +- UV index gradient +- Day summary name of day ellipsis + +### Added +- Vietnamese translation