From 6438a9c48a53281e8395986b00bb34f1ce6a3107 Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Sun, 8 Jan 2023 13:58:09 +1300 Subject: [PATCH] Use the same colors as switch for timer page - 1.114 --- TimerPage.tsx | 4 ++-- android/app/build.gradle | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/TimerPage.tsx b/TimerPage.tsx index ee5a328..a4e945a 100644 --- a/TimerPage.tsx +++ b/TimerPage.tsx @@ -60,8 +60,8 @@ export default function TimerPage() { style={{height: 300, width: 300, marginBottom: MARGIN}} progress={progress} strokeWidth={10} - progressColor={colors.text} - backgroundColor={colors.placeholder} + progressColor={colors.primary} + backgroundColor={colors.primary + '80'} /> diff --git a/android/app/build.gradle b/android/app/build.gradle index f2c9879..b1c5d88 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -41,8 +41,8 @@ android { missingDimensionStrategy "RNNotifications.reactNativeVersion", "reactNative60" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 36139 - versionName "1.113" + versionCode 36140 + versionName "1.114" buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString() if (isNewArchitectureEnabled()) { diff --git a/package.json b/package.json index 113fd68..ddaea89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "massive", - "version": "1.113", + "version": "1.114", "private": true, "license": "GPL-3.0-only", "scripts": {