Skip to content

Commit

Permalink
GH-33 Release 1.0.0-RC.5 (Resolve #33)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed Jul 12, 2022
1 parent cdf5ec1 commit 5bac369
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom-application/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ android {
applicationId "net.dzikoysk.presenceofmind"
minSdk 29
targetSdk 30
versionCode 4
versionName "1.0.0-RC.4"
versionCode 5
versionName "1.0.0-RC.5"
archivesBaseName = "presence-of-mind-$versionName"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import net.dzikoysk.presenceofmind.pages.Page
import net.dzikoysk.presenceofmind.pages.Router
import kotlin.time.Duration.Companion.minutes

const val DATA_VERSION = "v1.0.0-RC.5-3"
const val DATA_VERSION = "v1.0.0-RC.5"

class PresenceOfMindActivity : ComponentActivity() {

Expand Down Expand Up @@ -50,7 +50,7 @@ class PresenceOfMindActivity : ComponentActivity() {
val taskService = TaskService(
taskRepository = SharedPreferencesTaskRepository(
sharedPreferences = getSharedPreferences(
"net.dzikoysk.presenceofmind.tasks-repository",
"net.dzikoysk.presenceofmind.task-repository",
Context.MODE_PRIVATE
),
version = DATA_VERSION
Expand Down

0 comments on commit 5bac369

Please sign in to comment.