Skip to content

Commit

Permalink
Bump to 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bingzheung committed Oct 3, 2024
1 parent 6d2913f commit 5088eb8
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -12,8 +12,8 @@ android {
applicationId = "org.jyutping.jyutping"
minSdk = 29
targetSdk = 35
versionCode = 17
versionName = "0.17.0"
versionCode = 18
versionName = "0.18.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
Expand Down Expand Up @@ -51,7 +51,7 @@ android {
}
}

val composeVersion = "1.7.2"
val composeVersion = "1.7.3"
dependencies {
implementation("androidx.activity:activity-compose:1.9.2")
implementation("androidx.activity:activity-ktx:1.9.2")
Expand All @@ -62,7 +62,7 @@ dependencies {
implementation("androidx.core:core-ktx:1.13.1")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.6")
implementation("androidx.lifecycle:lifecycle-service:2.8.6")
implementation("androidx.navigation:navigation-compose:2.8.1")
implementation("androidx.navigation:navigation-compose:2.8.2")
implementation("com.louiscad.splitties:splitties-systemservices:3.0.0")
implementation("com.louiscad.splitties:splitties-views:3.0.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ object DatabasePreparer {
"appdb-v0.15.0-tmp.sqlite3-journal",
"appdb-v0.16.0-tmp.sqlite3",
"appdb-v0.16.0-tmp.sqlite3-journal",
"appdb-v0.17.0-tmp.sqlite3",
"appdb-v0.17.0-tmp.sqlite3-journal",
)
val databaseName: String = run {
val version = BuildConfig.VERSION_NAME
Expand Down

0 comments on commit 5088eb8

Please sign in to comment.