Move reused variables into the global variables
Since we use the same variables in a few places, we can group them together globally. Then we only need to update them in one place when we update the versions.
Since we use the same variables in a few places, we can group them together globally. Then we only need to update them in one place when we update the versions.