diff options
author | lado <herrlado@gmail.com> | 2015-10-19 21:51:58 +0200 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2015-10-19 21:51:58 +0200 |
commit | 559f24829ce27087a4d36ed52432dafaed7b5717 (patch) | |
tree | 6077f0e2f89434b382b0dfd67650d7a40011cf2a /vdrmanager/app/build.gradle | |
parent | 4b275b0e05cd27a6e8eba90cf88ccbfdc2c8828e (diff) | |
download | vdr-manager-559f24829ce27087a4d36ed52432dafaed7b5717.tar.gz vdr-manager-559f24829ce27087a4d36ed52432dafaed7b5717.tar.bz2 |
Feature #2230
Diffstat (limited to 'vdrmanager/app/build.gradle')
-rw-r--r-- | vdrmanager/app/build.gradle | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vdrmanager/app/build.gradle b/vdrmanager/app/build.gradle index 50373df..bda84d9 100644 --- a/vdrmanager/app/build.gradle +++ b/vdrmanager/app/build.gradle @@ -9,8 +9,8 @@ android { storePassword 'HGr6du07' } } - compileSdkVersion 'Google Inc.:Google APIs:21' - buildToolsVersion "22.0.1" + compileSdkVersion 21 + buildToolsVersion '21.1.2' defaultConfig { applicationId "de.bjusystems.vdrmanager" minSdkVersion 8 @@ -26,10 +26,10 @@ android { } 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') + compile 'com.android.support:appcompat-v7:21.0.0' + compile 'com.android.support:support-v4:21.0.0' } |