aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorKoen <koen@koenvh.nl>2018-08-01 18:21:12 +0200
committerGitHub <noreply@github.com>2018-08-01 18:21:12 +0200
commit32a1cfa82165a5af8ec8b8013b4b41c13b6b47d9 (patch)
treef5c417b2cfbbdb619d1d004fd0f676db99794025 /app/build.gradle
parent9dc25397072fd00ea73bdbeed9b46afdce366349 (diff)
parent50583cec5ab2148209ea8b050712aa5f1878ed64 (diff)
downloaddsub-32a1cfa82165a5af8ec8b8013b4b41c13b6b47d9.tar.gz
dsub-32a1cfa82165a5af8ec8b8013b4b41c13b6b47d9.tar.bz2
dsub-32a1cfa82165a5af8ec8b8013b4b41c13b6b47d9.zip
Merge pull request #1 from daneren2005/edge
Merge DSub 5.4
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle18
1 files changed, 9 insertions, 9 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 47604723..3c8e5f45 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,15 +1,15 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 24
+ compileSdkVersion 27
buildToolsVersion '25.0.0'
defaultConfig {
applicationId "github.daneren2005.dsub"
minSdkVersion 14
- targetSdkVersion 23
- versionCode 195
- versionName '5.3.5'
+ targetSdkVersion 26
+ versionCode 198
+ versionName '5.4.1'
setProperty("archivesBaseName", "DSub $versionName")
resConfigs "de", "es", "fr", "hu", "nl", "pt-rPT", "ru", "sv"
}
@@ -56,11 +56,11 @@ android {
dependencies {
compile project(':Server Proxy')
compile fileTree(include: ['*.jar'], dir: 'libs')
- 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.android.support:support-v4:27.1.+'
+ compile 'com.android.support:appcompat-v7:27.1.+'
+ compile 'com.android.support:mediarouter-v7:27.1.+'
+ compile 'com.android.support:recyclerview-v7:27.1.+'
+ compile 'com.android.support:design:27.1.+'
googleCompile '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'