Update names list after re-ordering - 1.174 🚀

Closes #183
This commit is contained in:
Brandon Presley 2023-11-12 11:26:03 +13:00
parent 9cbe261938
commit 1ff6a87155
3 changed files with 4 additions and 3 deletions

View File

@ -125,6 +125,7 @@ export default function EditPlan() {
const newExercises = newNames.filter((name) => exercises.includes(name));
console.log({ newExercises });
setExercises(newExercises);
setNames(newNames);
};
return (

View File

@ -85,8 +85,8 @@ android {
applicationId "com.massive"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 36199
versionName "1.173"
versionCode 36200
versionName "1.174"
}
signingConfigs {
release {

View File

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