diff options
author | lado <herrlado@gmail.com> | 2016-03-24 13:35:29 +0100 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2016-03-24 13:35:29 +0100 |
commit | 0b9fe68f84c307cf34213d19b5ed8b0d01d1dad0 (patch) | |
tree | 0db110f42ac309793915a433c45817fb4622cb69 /vdrmanager/app/build.gradle | |
parent | e3c7edb3f403ad0af8b4f87cba531de69b129928 (diff) | |
download | vdr-manager-0b9fe68f84c307cf34213d19b5ed8b0d01d1dad0.tar.gz vdr-manager-0b9fe68f84c307cf34213d19b5ed8b0d01d1dad0.tar.bz2 |
no repo
Diffstat (limited to 'vdrmanager/app/build.gradle')
-rw-r--r-- | vdrmanager/app/build.gradle | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/vdrmanager/app/build.gradle b/vdrmanager/app/build.gradle index d20c10d..bb6e016 100644 --- a/vdrmanager/app/build.gradle +++ b/vdrmanager/app/build.gradle @@ -11,10 +11,7 @@ android { signingConfigs { config { - keyAlias 'vdrmanager' - keyPassword 'HGr6du07' - storeFile file('/home/lado/development/android/keystores/vdrmanager/release.jks') - storePassword 'HGr6du07' + } } compileSdkVersion 23 @@ -48,5 +45,5 @@ dependencies { compile 'com.j256.ormlite:ormlite-android:4.48' compile 'com.j256.ormlite:ormlite-core:4.48' compile 'org.slf4j:slf4j-android:1.7.19' - compile 'org.hampelratte:svdrp4j:1.1.1' + compile 'org.hampelratte:svdrp4j:1.1.0-SNAPSHOT' } |