EndlessRoll/app/build.gradle
= 3d3de3feed Added advertisement to levels-screen
polished levels 14 and 16 (world 2)
2018-05-13 15:23:04 +02:00

32 lines
786 B
Groovy

apply plugin: 'com.android.application'
android {
signingConfigs {
}
compileSdkVersion 23
buildToolsVersion '27.0.3'
defaultConfig {
applicationId 'de.frajul.endlessroll'
minSdkVersion 14
targetSdkVersion 23
versionCode 6
versionName '0.6.0'
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
productFlavors {
}
}
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.google.android.gms:play-services-ads:15.0.0'
compile files('libs/simple-xml-2.7.1.jar')
}