Skip to content

Commit

Permalink
daily dev 20200312
Browse files Browse the repository at this point in the history
v3.12.-Alpha1
Fix border of disabled FAB
Update translations
Update Nextcloud Android library
  • Loading branch information
tobiasKaminsky committed Mar 12, 2020
1 parent 909c960 commit 510c6c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ ext {
daggerVersion = "2.26"
markwonVersion = "4.2.2"
prismVersion = "2.0.0"
androidLibraryVersion ="411e824927c06ecffcb158544f0b29ffd13968b1"
androidLibraryVersion ="1f9b1aacb6337e4f49eebeefb77e89e50c0b6c70"

travisBuild = System.getenv("TRAVIS") == "true"

Expand Down Expand Up @@ -177,8 +177,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
versionCode 20200311
versionName "20200311"
versionCode 20200312
versionName "20200312"
}

qa {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
v3.12.-Alpha1
Fix border of disabled FAB
Update translations
Update Nextcloud Android library

0 comments on commit 510c6c2

Please sign in to comment.