1 apply plugin: 'com.android.application'
5 buildToolsVersion "23.0.1"
8 applicationId "org.somenet.android.helloworld2"
17 proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
21 if(new File("${System.properties['user.home']}/.android/release.gradle").exists()) {
22 apply from: "${System.properties['user.home']}/.android/release.gradle";
24 logger.warn('SigningConfig not found!')
29 compile fileTree(dir: 'libs', include: ['*.jar'])
30 compile 'com.android.support:appcompat-v7:23.0.1'