Skip to content

Instantly share code, notes, and snippets.

View brayoh's full-sized avatar
🎯
Focusing

Brian Njenga brayoh

🎯
Focusing
View GitHub Profile
@brayoh
brayoh / gist:0aade2ed3bfd1a747ac98fc8adebe92f
Created April 20, 2016 06:28 — forked from Goddchen/gist:5600345
Gradle build file for Eclipse projects in Android Studio (as created by the Eclipse File->Export feature)
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.4'
}
}
apply plugin: 'android'