Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@papachan
Created May 16, 2013 02:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save papachan/5588953 to your computer and use it in GitHub Desktop.
Save papachan/5588953 to your computer and use it in GitHub Desktop.
buildscript {
repositories {
maven { url 'http://repo1.maven.org/maven2' }
}
dependencies {
classpath 'com.android.tools.build:gradle:0.4'
}
}
apply plugin: 'android'
dependencies {
compile files('libs/android-support-v4.jar')
}
android {
compileSdkVersion 17
buildToolsVersion "17.0.0"
defaultConfig {
minSdkVersion 7
targetSdkVersion 16
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment