aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle33
1 files changed, 23 insertions, 10 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 12cd09fa..26afb5ea 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,18 +1,30 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 22
- buildToolsVersion "22.0.0"
+ compileSdkVersion 24
+ buildToolsVersion '25.0.0'
defaultConfig {
applicationId "github.daneren2005.dsub"
minSdkVersion 14
- targetSdkVersion 22
+ targetSdkVersion 23
+ versionCode 195
+ versionName '5.3.5'
+ setProperty("archivesBaseName", "DSub $versionName")
+ resConfigs "de", "es", "fr", "hu", "nl", "pt-rPT", "ru", "sv"
}
buildTypes {
release {
minifyEnabled true
+ shrinkResources true
proguardFiles 'proguard.cfg'
+ zipAlignEnabled true
+ }
+ fix {
+ minifyEnabled true
+ shrinkResources true
+ proguardFiles 'proguard.cfg'
+ zipAlignEnabled true
}
}
@@ -34,16 +46,17 @@ android {
dependencies {
compile project(':Server Proxy')
compile fileTree(include: ['*.jar'], dir: 'libs')
- compile 'com.android.support:support-v4:22.2.+'
- compile 'com.android.support:appcompat-v7:22.2.+'
- compile 'com.android.support:mediarouter-v7:22.2.+'
- compile 'com.android.support:recyclerview-v7:22.2.+'
- compile 'com.android.support:design:22.2.+'
+ compile 'com.android.support:support-v4:24.2.+'
+ compile 'com.android.support:appcompat-v7:24.2.+'
+ compile 'com.android.support:mediarouter-v7:24.2.+'
+ compile 'com.android.support:recyclerview-v7:24.2.+'
+ compile 'com.android.support:design:24.2.+'
compile 'com.google.android.gms:play-services-cast:8.1.0'
compile 'com.sothree.slidinguppanel:library:3.0.0'
compile 'de.hdodenhof:circleimageview:1.2.1'
- compile group: 'org.fourthline.cling', name: 'cling-core', version:'2.0.1'
- compile group: 'org.fourthline.cling', name: 'cling-support', version:'2.0.1'
+ compile 'com.shehabic.droppy:Droppy:0.5.1@aar'
+ compile group: 'org.fourthline.cling', name: 'cling-core', version:'2.1.1'
+ compile group: 'org.fourthline.cling', name: 'cling-support', version:'2.1.1'
compile group: 'org.eclipse.jetty', name: 'jetty-server', version:'8.1.16.v20140903'
compile group: 'org.eclipse.jetty', name: 'jetty-servlet', version:'8.1.16.v20140903'
compile group: 'org.eclipse.jetty', name: 'jetty-client', version:'8.1.16.v20140903'