Skip to content

Instantly share code, notes, and snippets.

@SriharshaShesham
Created September 9, 2015 20:50
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 SriharshaShesham/466a19371d5e9dad62f5 to your computer and use it in GitHub Desktop.
Save SriharshaShesham/466a19371d5e9dad62f5 to your computer and use it in GitHub Desktop.
Android Mega ADK
apply plugin: 'com.android.application'
android {
compileSdkVersion "Google Inc.:Google APIs:19"
buildToolsVersion '19.1.0'
defaultConfig {
applicationId "adk.srichakram.in.adk_googleapi"
minSdkVersion 19
targetSdkVersion 19
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
// compile 'com.android.support:appcompat-v7:22.2.1'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment