Skip to content

Instantly share code, notes, and snippets.

View danwoodbury's full-sized avatar

Dan Woodbury danwoodbury

  • Rightster
  • London, UK
View GitHub Profile
@danwoodbury
danwoodbury / .travis.yml
Last active December 20, 2018 21:41
Unable to remove port forward - Appium 1.10.0
language: android
sudo: false
jdk:
- oraclejdk8
env:
global:
# include $HOME/.local/bin for `aws`
- PATH=$HOME/.local/bin:$PATH
@danwoodbury
danwoodbury / build.gradle
Last active September 17, 2018 12:47
tipsi-stripe errors
apply plugin: "com.android.application"
apply from: project(':react-native-config').projectDir.getPath() + "/dotenv.gradle"
import com.android.build.OutputFile
project.ext.react = [
entryFile: "index.js",
bundleInFeature: true,
devDisabledInFeature: true,
bundleInStaging: true,