diff options
Diffstat (limited to 'vdrmanager/app')
-rw-r--r-- | vdrmanager/app/app.iml | 10 | ||||
-rw-r--r-- | vdrmanager/app/build.gradle | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/vdrmanager/app/app.iml b/vdrmanager/app/app.iml index 24cf4dc..a1c2d01 100644 --- a/vdrmanager/app/app.iml +++ b/vdrmanager/app/app.iml @@ -77,7 +77,6 @@ <excludeFolder url="file://$MODULE_DIR$/build/intermediates/manifests" /> <excludeFolder url="file://$MODULE_DIR$/build/intermediates/pre-dexed" /> <excludeFolder url="file://$MODULE_DIR$/build/intermediates/res" /> - <excludeFolder url="file://$MODULE_DIR$/build/intermediates/resources" /> <excludeFolder url="file://$MODULE_DIR$/build/intermediates/rs" /> <excludeFolder url="file://$MODULE_DIR$/build/intermediates/symbols" /> <excludeFolder url="file://$MODULE_DIR$/build/intermediates/transforms" /> @@ -86,12 +85,13 @@ </content> <orderEntry type="jdk" jdkName="Android API 23 Platform" jdkType="Android SDK" /> <orderEntry type="sourceFolder" forTests="false" /> - <orderEntry type="library" exported="" name="ormlite-android-4.47" level="project" /> - <orderEntry type="library" exported="" name="ormlite-core-4.47" level="project" /> + <orderEntry type="library" exported="" name="ormlite-android-4.48" level="project" /> + <orderEntry type="library" exported="" name="ormlite-core-4.48" level="project" /> + <orderEntry type="library" exported="" name="slf4j-android-1.7.19" level="project" /> + <orderEntry type="library" exported="" name="svdrp4j-1.1.1" level="project" /> <orderEntry type="library" exported="" name="support-v4-23.2.0" level="project" /> - <orderEntry type="library" exported="" name="svdrp4j-1.1.0-SNAPSHOT" level="project" /> + <orderEntry type="library" exported="" name="slf4j-api-1.7.19" level="project" /> <orderEntry type="library" exported="" name="support-annotations-23.2.0" level="project" /> - <orderEntry type="library" exported="" name="slf4j-android-1.6.1-RC1" level="project" /> <orderEntry type="library" exported="" name="appcompat-v7-23.2.0" level="project" /> <orderEntry type="library" exported="" name="animated-vector-drawable-23.2.0" level="project" /> <orderEntry type="library" exported="" name="support-vector-drawable-23.2.0" level="project" /> 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' } |