Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
22.txt is longggg
  • Loading branch information
KiARC committed Jan 21, 2023
1 parent 2ee8761 commit dd65f74
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId = "com.katiearose.sobriety"
minSdk = 21
targetSdk = 33
versionCode = 21
versionName = "v9.1.0"
versionCode = 22
versionName = "v10.0.0"
setProperty("archivesBaseName", "Sobriety $versionName")
}

Expand Down
15 changes: 15 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/22.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
v10.0.0 Updates Updates Updates!
This is a big update!
- Cleaned up code
- Reimplement average relapse display
- Fix CircularBuffers
- Fix DatePicker tz
- Autofill daily notes if they exist
- Break timeline on stopped history
- Future tracking
- Optimizations
- Hide milestone progress when stopped
- Optimize updater loop
- Implement plural strings
- Format stopped date according to settings
- Fix GitHub README

0 comments on commit dd65f74

Please sign in to comment.