version bump to 2.10.2

Signed-off-by: stefan-niedermann <info@niedermann.it>
This commit is contained in:
stefan-niedermann 2020-02-16 11:22:14 +01:00
parent 5855064d9c
commit b672b505f7
3 changed files with 7 additions and 3 deletions

View file

@ -13,8 +13,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 14
targetSdkVersion 29
versionCode 79
versionName "2.10.1"
versionCode 80
versionName "2.10.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {

View file

@ -1,2 +1,6 @@
- 🐞 Fix NullPointerException in special sync cases
- 🐞 API Level 15 cannot use ?android: attributes (#730)
- 🐞 API Level 15 cannot use ?android: attributes (#730)
Requires at least Files app¹ version 3.9.0
¹ https://github.com/nextcloud/android