Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
isaakhanimann committed Oct 29, 2024
1 parent 5e95e3c commit e6aca72
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -16,8 +16,8 @@ android {
applicationId = "com.isaakhanimann.journal"
minSdk = 26
targetSdk = 34
versionCode = 47
versionName = "8.16"
versionCode = 48
versionName = "8.17"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ const val DOSE_DISCLAIMER =

const val VOLUMETRIC_DOSE_ARTICLE_URL = "https://psychonautwiki.org/wiki/Volumetric_liquid_dosing"

const val VERSION_NAME = "8.16"
const val VERSION_NAME = "8.17"

const val FULL_STOMACH_DISCLAIMER = "A full stomach delays the onset of oral ingestions by approx. 3 hours."

0 comments on commit e6aca72

Please sign in to comment.