Update gradle
This commit is contained in:
parent
56bf53b275
commit
989c4825ec
5 changed files with 13 additions and 6 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 6fb3bd77128aee6cb28a5a38d09e63b2e07d6764
|
||||
Subproject commit 77d91bfce932d7e2bc0973dfebe311aa989aebca
|
|
@ -63,7 +63,7 @@ repositories {
|
|||
|
||||
}
|
||||
|
||||
final SUPPORT_VERSION = '24.2.0'
|
||||
final SUPPORT_VERSION = '25.1.0'
|
||||
|
||||
dependencies {
|
||||
// core android studio module
|
||||
|
|
|
@ -89,6 +89,13 @@ Updates
|
|||
---------------------
|
||||
|
||||
|
||||
0.9.9.4 (in development)
|
||||
---------------------
|
||||
- Bug fix - <a href="https://github.com/owncloud/News-Android-App/issues/546">#546 Share button has wrong color</a>
|
||||
- Bug fix - <a href="https://github.com/owncloud/News-Android-App/issues/540">#540 Dialog disappears on device rotation</a>
|
||||
- Optimization - <a href="https://github.com/owncloud/News-Android-App/issues/538">#538 Display total number of new items instead of last fetched in the notification</a>
|
||||
|
||||
|
||||
0.9.9.3 (Google Play)
|
||||
---------------------
|
||||
- Critical bug fix - <a href="https://github.com/owncloud/News-Android-App/issues/539">#539 Can not sync with Nextcloud 11 beta 1</a>
|
||||
|
|
|
@ -5,7 +5,7 @@ buildscript {
|
|||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:2.2.2'
|
||||
classpath 'com.android.tools.build:gradle:2.2.3'
|
||||
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
|
||||
}
|
||||
}
|
||||
|
|
|
@ -18,9 +18,9 @@
|
|||
# org.gradle.parallel=true
|
||||
|
||||
ANDROID_BUILD_MIN_SDK_VERSION=15
|
||||
ANDROID_BUILD_TARGET_SDK_VERSION=24
|
||||
ANDROID_BUILD_TOOLS_VERSION=24.0.1
|
||||
ANDROID_BUILD_SDK_VERSION=24
|
||||
ANDROID_BUILD_TARGET_SDK_VERSION=25
|
||||
ANDROID_BUILD_TOOLS_VERSION=25.0.2
|
||||
ANDROID_BUILD_SDK_VERSION=25
|
||||
|
||||
#ANDROID_BUILD_TARGET_SDK_VERSION=android-L
|
||||
#ANDROID_BUILD_TOOLS_VERSION=20.0.0
|
||||
|
|
Loading…
Reference in a new issue