Skip to content

Instantly share code, notes, and snippets.

View vvhof's full-sized avatar
🎯
Focusing

Vincent von Hof vvhof

🎯
Focusing
View GitHub Profile
@vvhof
vvhof / designer.html
Created March 5, 2015 20:14
designer
<link rel="import" href="../notification-elements/notification-alert.html">
<link rel="import" href="../smoothie-chart/smoothie-chart.html">
<link rel="import" href="../core-input/core-input.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../paper-button/paper-button.html">
<polymer-element name="my-element">
<template>
<style>
@vvhof
vvhof / gist:8667784
Last active August 3, 2018 05:37
Android Gradle Multi-Project Root Configuration
// Part I : Global BuildsScript Configuration
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.8.0'
}
}