Skip to content

Instantly share code, notes, and snippets.

@soapergem
Created May 31, 2017 15:16
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 soapergem/3c0e5adeba3d80257d6f3707798a273f to your computer and use it in GitHub Desktop.
Save soapergem/3c0e5adeba3d80257d6f3707798a273f to your computer and use it in GitHub Desktop.
apply plugin: 'com.android.application'
android {
compileSdkVersion 23
buildToolsVersion '25.0.0'
defaultConfig {
applicationId "com.google.android.gms.nearby.messages.samples.nearbydevices"
minSdkVersion 9
targetSdkVersion 23
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.android.support:design:23.4.0'
compile 'com.google.code.gson:gson:2.4'
compile 'com.google.android.gms:play-services-nearby:10.0.0'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment