Skip to content

Instantly share code, notes, and snippets.

import kotlinx.coroutines.CoroutineDispatcher
import kotlinx.coroutines.CoroutineScope
import kotlinx.coroutines.CoroutineStart.LAZY
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.async
import kotlinx.coroutines.withContext
import kotlin.coroutines.CoroutineContext
import kotlin.coroutines.EmptyCoroutineContext
import kotlin.jvm.JvmMultifileClass
import kotlin.jvm.JvmName
# Resync git repo with new .gitignore file
# rm all files
git rm -r --cached .
# add all files as per new .gitignore
git add .
# now, commit for new .gitignore to apply
git commit -m ".gitignore is now working"
# derive apk paths from array
IFS='|' read -ra apk_path_array <<< "$BITRISE_APK_PATH_LIST"
envman add --key DEV_APK_PATH --value ${apk_path_array[0]}
envman add --key STAGING_APK_PATH --value ${apk_path_array[1]}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Privacy Policy</title>
<style>body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
padding: 1em;
}</style>