Skip to content

Commit

Permalink
Merge pull request #2797 from nextcloud/3.2.1-rc1
Browse files Browse the repository at this point in the history
3.2.1 RC1
  • Loading branch information
tobiasKaminsky authored Jul 4, 2018
2 parents be546d0 + ecbd312 commit 6e2f3c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
- Fix local sorting and file selection
- Fix local filtering
- Fix back navigation on privacy screen
- Fix bug on searching
- Fix crash on sorting
- Fix wrong menu highlighting
- various bug fixes

## 3.2.0 (May, 13, 2018)
- Revamped details screen & sharing
Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ repositories {
def versionMajor = 3
def versionMinor = 2
def versionPatch = 1
def versionBuild = 99 // 0-49=Alpha / 50-98=RC / 99=stable
def versionBuild = 50 // 0-49=Alpha / 50-98=RC / 99=stable

android {
lintOptions {
Expand Down Expand Up @@ -206,9 +206,9 @@ dependencies {
// dependencies for app building
implementation 'com.android.support:multidex:1.0.3'
// implementation project('nextcloud-android-library')
genericImplementation "com.github.nextcloud:android-library:1.0.43"
gplayImplementation "com.github.nextcloud:android-library:1.0.43"
versionDevImplementation 'com.github.nextcloud:android-library:1.0.43' // use always latest master
genericImplementation "com.github.nextcloud:android-library:1.0.43.1"
gplayImplementation "com.github.nextcloud:android-library:1.0.43.1"
versionDevImplementation 'com.github.nextcloud:android-library:1.0.43.1' // use always latest master
implementation "com.android.support:support-v4:${supportLibraryVersion}"
implementation "com.android.support:design:${supportLibraryVersion}"
implementation 'com.jakewharton:disklrucache:2.0.2'
Expand Down

0 comments on commit 6e2f3c8

Please sign in to comment.