Make charts smooth and curvy - 1.169 🚀

This commit is contained in:
Brandon Presley 2023-11-06 23:05:52 +13:00
parent ec162911de
commit 8a88c8e7af
3 changed files with 4 additions and 3 deletions

View File

@ -43,6 +43,7 @@ export default function Chart({ labels, data }: ChartProps) {
},
],
}}
bezier
chartConfig={config}
/>
);

View File

@ -85,8 +85,8 @@ android {
applicationId "com.massive"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 36194
versionName "1.168"
versionCode 36195
versionName "1.169"
}
signingConfigs {
release {

View File

@ -1,6 +1,6 @@
{
"name": "massive",
"version": "1.168",
"version": "1.169",
"private": true,
"license": "GPL-3.0-only",
"scripts": {