Skip to content

Instantly share code, notes, and snippets.

View ripzery's full-sized avatar
🎯
Focusing

PS ripzery

🎯
Focusing
  • Thailand
View GitHub Profile
@ripzery
ripzery / build.gradle
Last active July 6, 2016 04:39
signingConfigs
android {
signingConfigs {
release {
keyAlias 'keystore'
keyPassword 'password'
storeFile file('../keystore.jks')
storePassword 'password'
}
}
buildTypes {
@ripzery
ripzery / designer.html
Created April 19, 2015 03:50
designer
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../paper-tabs/paper-tabs.html">
<link rel="import" href="../paper-tabs/paper-tab.html">
<polymer-element name="my-element">
<template>
<style>
:host {