apply plugin: 'com.android.application' android { signingConfigs { config { keyAlias 'vdrmanager' keyPassword 'HGr6du07' storeFile file('/home/lado/development/android/keystores/vdrmanager/release.jks') storePassword 'HGr6du07' } } compileSdkVersion 'Google Inc.:Google APIs:21' buildToolsVersion "22.0.1" defaultConfig { applicationId "de.bjusystems.vdrmanager" minSdkVersion 8 targetSdkVersion 21 } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' zipAlignEnabled true } } } dependencies { compile 'com.android.support:support-v4:21.0.3' compile 'com.android.support:appcompat-v7:19.1.0' compile files('libs/ormlite-android-4.47.jar') compile files('libs/ormlite-core-4.47.jar') compile files('libs/slf4j-android-1.6.1-RC1.jar') compile files('libs/svdrp4j-1.1.0-SNAPSHOT.jar') }