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": {