From 7ad71a0ec71270b5d32f20e43a1b29e111e36b20 Mon Sep 17 00:00:00 2001 From: Caesar2011 Date: Thu, 9 Aug 2018 19:45:18 +0200 Subject: [PATCH] Fixed --- app/build.gradle | 14 +++++++------- app/src/main/res/values/preferences.xml | 4 ++-- app/src/main/res/xml/preferences.xml | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2aa2370..0ada430 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -27,24 +27,24 @@ android { dependencies { - implementation 'com.android.support:recyclerview-v7:28.0.0-beta01' + implementation 'com.android.support:recyclerview-v7:28.0.0-rc01' implementation fileTree(include: ['*.jar'], dir: 'libs') androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2', { exclude group: 'com.android.support', module: 'support-annotations' }) - implementation 'com.android.support:appcompat-v7:28.0.0-beta01' - implementation 'com.android.support:preference-v7:28.0.0-beta01' - implementation 'com.android.support:design:28.0.0-beta01' + implementation 'com.android.support:appcompat-v7:28.0.0-rc01' + implementation 'com.android.support:preference-v7:28.0.0-rc01' + implementation 'com.android.support:design:28.0.0-rc01' implementation 'com.android.support.constraint:constraint-layout:1.1.2' implementation 'com.android.volley:volley:1.0.0' //noinspection GradleDependency implementation 'com.google.android.gms:play-services-auth:15.0.0' - implementation 'com.android.support:support-v4:28.0.0-beta01' + implementation 'com.android.support:support-v4:28.0.0-rc01' testImplementation 'junit:junit:4.12' implementation fileTree(include: ['*.jar'], dir: 'libs') - implementation 'com.android.support:appcompat-v7:28.0.0-beta01' + implementation 'com.android.support:appcompat-v7:28.0.0-rc01' implementation 'org.jbundle.util.osgi.wrapped:org.jbundle.util.osgi.wrapped.org.apache.http.client:4.1.2' - implementation 'com.android.support:support-v4:28.0.0-beta01' + implementation 'com.android.support:support-v4:28.0.0-rc01' implementation 'org.jetbrains:annotations-java5:15.0' //implementation 'com.github.quivr:android-week-view:2.0.2'//com.github.alamkanak:android-week-view:1.2.6 implementation 'com.ms-square:expandableTextView:0.1.4' diff --git a/app/src/main/res/values/preferences.xml b/app/src/main/res/values/preferences.xml index e8305a6..3d82c36 100644 --- a/app/src/main/res/values/preferences.xml +++ b/app/src/main/res/values/preferences.xml @@ -4,6 +4,6 @@ @string/pref_price_group @string/pref_price_group_default - pref_price_group - all + pref_price_group + all \ No newline at end of file diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 1bddf83..7fe6ece 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -13,6 +13,6 @@ android:title="@string/open_data_policy" android:summary="@string/open_data_policy_summary"> + android:data="https://gogs.sebse.de/Caesar2011/FUPlanner/src/master/datenschutz.md" /> \ No newline at end of file