ue-control/app/build.gradle
Ziver Koc 9cdcd46ed5 Added video streaming behaviour.
Improved Throughput calculations(Is using native calculations).
Some other fixes
2014-08-05 12:55:51 +02:00

27 lines
No EOL
744 B
Groovy
Executable file

apply plugin: 'com.android.application'
android {
compileSdkVersion 15
buildToolsVersion '19.1.0'
defaultConfig {
applicationId "com.ericsson.uecontrol"
minSdkVersion 15
targetSdkVersion 19
versionCode 10
versionName "1.0.10"
}
buildTypes {
release {
runProguard false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
zipAlign true
}
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
// You must install or update the Support Repository through the SDK manager to use this dependency.
compile 'com.android.support:support-v4:19.1.+'
}