Skip to content

Commit

Permalink
daily dev 20221118
Browse files Browse the repository at this point in the history
Update Nextcloud Android library
  • Loading branch information
tobiasKaminsky committed Nov 18, 2022
1 parent b52cf18 commit ffdf45a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
versionCode 20221117
versionName "20221117"
versionCode 20221118
versionName "20221118"
}

qa {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

Update Nextcloud Android library
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
daggerVersion = "2.44.2"
markwonVersion = "4.6.2"
prismVersion = "2.0.0"
androidLibraryVersion ="b428f94e7ad2871886c46ab082ad00b9c264f8ee"
androidLibraryVersion ="240ec201a1bed64641a9f43fec82f97bd5080652"
mockitoVersion = "4.9.0"
mockitoKotlinVersion = "4.0.0"
mockkVersion = "1.13.2"
Expand Down

0 comments on commit ffdf45a

Please sign in to comment.