diff options
author | lado <herrlado@gmail.com> | 2016-03-16 23:53:08 +0100 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2016-03-16 23:53:08 +0100 |
commit | c8564735643ebf0294c18d7ca4bb039827ab9a60 (patch) | |
tree | bb5af1666298e3930a3a56ddde8d2eda972c3494 /vdrmanager/app/build.gradle | |
parent | 39219007f025f4ade12b2883b90b9927d825f988 (diff) | |
download | vdr-manager-c8564735643ebf0294c18d7ca4bb039827ab9a60.tar.gz vdr-manager-c8564735643ebf0294c18d7ca4bb039827ab9a60.tar.bz2 |
moved to gradle deps
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 c0ec540..d20c10d 100644 --- a/vdrmanager/app/build.gradle +++ b/vdrmanager/app/build.gradle @@ -43,10 +43,10 @@ android { } dependencies { - 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:support-v4:23.2.0' compile 'com.android.support:appcompat-v7:23.2.0' + 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' } |