mirror of
https://github.com/nextcloud/android.git
synced 2024-12-22 16:54:33 +03:00
daily dev 20240309
Update Nextcloud Android library
This commit is contained in:
parent
f3f7845071
commit
26d3885523
3 changed files with 5 additions and 3 deletions
|
@ -161,8 +161,8 @@ android {
|
||||||
versionDev {
|
versionDev {
|
||||||
applicationId "com.nextcloud.android.beta"
|
applicationId "com.nextcloud.android.beta"
|
||||||
dimension "default"
|
dimension "default"
|
||||||
versionCode 20240308
|
versionCode 20240309
|
||||||
versionName "20240308"
|
versionName "20240309"
|
||||||
}
|
}
|
||||||
|
|
||||||
qa {
|
qa {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
buildscript {
|
buildscript {
|
||||||
ext {
|
ext {
|
||||||
androidLibraryVersion ="5f92d92c490d2d9039bfd392cf16c61a37738646"
|
androidLibraryVersion ="1920097fd50190a22baba5c80530652515724577"
|
||||||
androidPluginVersion = '8.3.0'
|
androidPluginVersion = '8.3.0'
|
||||||
androidxMediaVersion = '1.3.0'
|
androidxMediaVersion = '1.3.0'
|
||||||
androidxTestVersion = "1.5.0"
|
androidxTestVersion = "1.5.0"
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
|
||||||
|
Update Nextcloud Android library
|
Loading…
Reference in a new issue