File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,8 +4,9 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) .
66
7- ## [ Unreleased ]
7+ ## [ 0.7.2 ]
88
9+ - Notify user of new places nearby
910- Perform daily sync in background
1011- Handle API rate limiting
1112
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ android {
1313 applicationId = " org.btcmap"
1414 minSdk = 27
1515 targetSdk = 34
16- versionCode = 48
17- versionName = " 0.7.1 "
16+ versionCode = 49
17+ versionName = " 0.7.2 "
1818 }
1919
2020 compileOptions {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import java.time.LocalDateTime
88
99val elementsUpdatedAt = MutableStateFlow (LocalDateTime .now())
1010
11- const val DB_FILE_NAME = " btcmap-2024-04-25 .db"
11+ const val DB_FILE_NAME = " btcmap-2024-04-26 .db"
1212const val DB_VERSION = 1
1313
1414class Database (context : Context ) : SQLiteOpenHelper(
You can’t perform that action at this time.
0 commit comments