daily dev 20240213

This commit is contained in:
Tobias Kaminsky 2024-02-13 02:40:21 +01:00
parent 02df2e9211
commit 26275932a9
3 changed files with 4 additions and 3 deletions

View file

@ -152,8 +152,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
versionCode 20240212
versionName "20240212"
versionCode 20240213
versionName "20240213"
}
qa {

View file

@ -8,7 +8,7 @@ buildscript {
daggerVersion = "2.50"
markwonVersion = "4.6.2"
prismVersion = "2.0.0"
androidLibraryVersion = "2b1da4cb14e2cd4b79e231b0be54e0bae699f143"
androidLibraryVersion ="2b1da4cb14e2cd4b79e231b0be54e0bae699f143"
mockitoVersion = "4.11.0"
mockitoKotlinVersion = "4.1.0"
mockkVersion = "1.13.9"