update dependencies and prepare release 0.9.9.52
Signed-off-by: David Luhmer <david-dev@live.de>
This commit is contained in:
parent
e5156236ff
commit
42fa926ba2
8 changed files with 28 additions and 10 deletions
|
@ -1,3 +1,8 @@
|
|||
0.9.9.52
|
||||
---------------------
|
||||
- Version bump for another Google review
|
||||
|
||||
|
||||
0.9.9.51
|
||||
---------------------
|
||||
- Version bump for another Google review
|
||||
|
|
|
@ -133,9 +133,9 @@ dependencies {
|
|||
// You must install or update the Google Repository through the SDK manager to use this dependency.
|
||||
// The Google Repository (separate from the corresponding library) can be found in the Extras category.
|
||||
// implementation 'com.google.android.gms:play-services:4.2.42'
|
||||
implementation project(':Android-SingleSignOn')
|
||||
// implementation project(':Android-SingleSignOn')
|
||||
// implementation project(path: ':MaterialShowcaseView:library', configuration: 'default')
|
||||
//implementation 'com.github.nextcloud:Android-SingleSignOn:0.5.4'
|
||||
implementation 'com.github.nextcloud:Android-SingleSignOn:0.5.4'
|
||||
implementation 'com.github.David-Development:MaterialShowcaseView:bf6afa225d'
|
||||
|
||||
implementation "androidx.core:core:1.3.2"
|
||||
|
@ -144,11 +144,11 @@ dependencies {
|
|||
implementation "androidx.preference:preference:1.1.1"
|
||||
|
||||
// https://mvnrepository.com/artifact/com.google.android.material/material
|
||||
implementation "com.google.android.material:material:1.3.0-alpha03"
|
||||
implementation "com.google.android.material:material:1.3.0-alpha04"
|
||||
//implementation "com.google.android.material:material:1.0.0"
|
||||
implementation "androidx.palette:palette:1.0.0"
|
||||
implementation "androidx.recyclerview:recyclerview:1.1.0"
|
||||
implementation "androidx.browser:browser:1.2.0"
|
||||
implementation "androidx.browser:browser:1.3.0"
|
||||
implementation "androidx.cardview:cardview:1.0.0"
|
||||
//implementation 'de.mrmaffen:holocircularprogressbar:1.0.1'
|
||||
implementation 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="de.luhmer.owncloudnewsreader"
|
||||
android:installLocation="internalOnly"
|
||||
android:versionCode="159"
|
||||
android:versionName="0.9.9.51">
|
||||
android:versionCode="160"
|
||||
android:versionName="0.9.9.52">
|
||||
|
||||
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
|
|
|
@ -208,6 +208,8 @@
|
|||
<string name="pref_report_issue_summary">Requires a (free) GitHub account</string>
|
||||
<string name="pref_contribute">Contribute!</string>
|
||||
<string name="pref_contribute_summary">Get the source code</string>
|
||||
<string name="pref_privacy">Privacy</string>
|
||||
<string name="pref_privacy_summary">Nextcloud News Android Privacy Policy</string>
|
||||
<string name="pref_version">Nextcloud News Android app</string>
|
||||
|
||||
|
||||
|
|
|
@ -40,6 +40,17 @@
|
|||
android:data="https://github.com/nextcloud/news-android" />
|
||||
</Preference>
|
||||
|
||||
<Preference
|
||||
android:key="cb_privacy"
|
||||
android:title="@string/pref_privacy"
|
||||
android:summary="@string/pref_privacy_summary"
|
||||
app:iconSpaceReserved="false">
|
||||
|
||||
<intent
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:data="https://github.com/nextcloud/news-android/blob/master/PRIVACY.md" />
|
||||
</Preference>
|
||||
|
||||
<Preference
|
||||
android:key="cb_version"
|
||||
android:title="@string/pref_version"
|
||||
|
|
|
@ -6,7 +6,7 @@ buildscript {
|
|||
google()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:4.0.0'
|
||||
classpath 'com.android.tools.build:gradle:4.1.1'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,6 +1,6 @@
|
|||
#Sat May 11 20:04:11 CEST 2019
|
||||
#Fri Dec 04 19:59:05 CET 2020
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2.2-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip
|
||||
|
|
Loading…
Reference in a new issue