Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. apply plugin: 'com.android.application'
  2.  
  3. android {
  4.     compileSdkVersion 21
  5.     buildToolsVersion "21.1.2"
  6.  
  7.     defaultConfig {
  8.         applicationId "hu.gyengus.web"
  9.         minSdkVersion 9
  10.         targetSdkVersion 21
  11.         versionCode 2
  12.         versionName "0.1.2"
  13.     }
  14.     buildTypes {
  15.         release {
  16.             minifyEnabled false
  17.             proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
  18.         }
  19.     }
  20. }
  21.  
  22. dependencies {
  23.     compile fileTree(dir: 'libs', include: ['*.jar'])
  24.     compile 'com.android.support:appcompat-v7:21.0.3'
  25.     compile 'com.google.android.gms:play-services:6.5.87'
  26. }