Skip to content

Instantly share code, notes, and snippets.

View grzegorz-zur's full-sized avatar

Grzegorz Żur grzegorz-zur

View GitHub Profile
alert("hello");
:set nocompatible
:set autoread
:set autowrite
:set autowriteall
:set noswapfile
:set autoindent
:set smartindent
@grzegorz-zur
grzegorz-zur / build.gradle
Last active December 22, 2015 04:28
signing release APK - complete Gradle build script
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.9.+'
}
}