$10.000 from MOSS speed dating event.
Published on March 27, 2020 by Marcus Hoffmann

We received $10.000 funding in our collective from the Mozilla Open Source Support Program (MOSS) speed dating event that happened during #FOSDEM. 🎉

These funds will be used for making the F-Droid build process work faster and more reliably.

👍️  1😀  1🚀  1

on

interface SdkType {
  web: string;
  mobile: string;
}

interface SdkVersion {
  major: number;
  minor: number;
  patch: number;
}

interface Headers {
  "x-project-id": string;
  "x-sdk-type": string;  // single string value, e.g., "web-sdk" or "