Skip to content

Commit

Permalink
Update core-ktx and compose-bom, set version to 1.3.0 (10)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtakac committed May 7, 2024
1 parent e221649 commit a0900e3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
### Fixed
- UV index gradient
- Day summary name of day ellipsis

### Added
- Vietnamese translation

0 comments on commit a0900e3

Please sign in to comment.