Skip to content

Commit

Permalink
chronos
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesliu96 authored Oct 4, 2024
1 parent 854d239 commit b0a5d29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId = "net.carapax.chronos"
minSdk = 26
targetSdk = 34
versionCode = 1
versionName = "1.0"
versionCode = 2
versionName = "1.0.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down Expand Up @@ -72,4 +72,4 @@ dependencies {
implementation(libs.accompanist.permissions)
implementation(libs.kotlinx.datetime)
implementation(libs.kronos.android)
}
}

0 comments on commit b0a5d29

Please sign in to comment.