How to downgrade my SDK Version?

Anyway, for those who want to downgrade Android SDK Tools to a previous version, it can be possible following these steps: Find your Android SDK folder Locate the “tools” subfolder and rename it to “tools1” (just to keep a backup copy of the original tools folder) Likewise, rename platform-tools to platform-tools1 Download from google repository … Read more

Stripe: downgrade a user at “period end”

Most of the solutions presented here look like hacks after stripe’s release of subscription schedules, which is probably the most elegant solution. In fact, stripe documentation has an example illustrating exactly the same scenario here. Step 1: Get current_period_end value from the existing subscription that you wish to downgrade. Step 2: Create a new subscription … Read more

tech