Skip to content

Instantly share code, notes, and snippets.

@up1
Created May 10, 2015 07:29
Show Gist options
  • Save up1/fb298ca3e590884b15ae to your computer and use it in GitHub Desktop.
Save up1/fb298ca3e590884b15ae to your computer and use it in GitHub Desktop.
Android Studio 1.2 + Testing
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.2.3'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment