mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 17:46:37 +03:00
Merge pull request #2704 from nextcloud/changelog320
3.2.0 Changelog added
This commit is contained in:
commit
2c4f859e6d
2 changed files with 8 additions and 3 deletions
|
@ -1,4 +1,9 @@
|
||||||
## 3.1.0
|
## 3.2.0 (May, 13, 2018)
|
||||||
|
- Revamped details screen & sharing
|
||||||
|
- minor UI/UX improvements
|
||||||
|
- many bug fixes
|
||||||
|
|
||||||
|
## 3.1.0 (Apr, 22, 2018)
|
||||||
- enhance support for 8.x
|
- enhance support for 8.x
|
||||||
- speed improvements
|
- speed improvements
|
||||||
- minor UI/UX improvements
|
- minor UI/UX improvements
|
||||||
|
|
|
@ -59,9 +59,9 @@ repositories {
|
||||||
|
|
||||||
// semantic versioning for version code
|
// semantic versioning for version code
|
||||||
def versionMajor = 3
|
def versionMajor = 3
|
||||||
def versionMinor = 1
|
def versionMinor = 3
|
||||||
def versionPatch = 0
|
def versionPatch = 0
|
||||||
def versionBuild = 51 // 0-49=Alpha / 50-98=RC / 99=stable
|
def versionBuild = 0 // 0-49=Alpha / 50-98=RC / 99=stable
|
||||||
|
|
||||||
android {
|
android {
|
||||||
lintOptions {
|
lintOptions {
|
||||||
|
|
Loading…
Reference in a new issue