daily dev 20241204

Update Nextcloud Android library
This commit is contained in:
Tobias Kaminsky 2024-12-04 03:47:36 +01:00
parent 2f1cf83126
commit 70e9543089
4 changed files with 13 additions and 3 deletions

View file

@ -174,8 +174,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
versionCode 20241203
versionName "20241203"
versionCode 20241204
versionName "20241204"
}
qa {

View file

@ -10,7 +10,7 @@
*/
buildscript {
ext {
androidLibraryVersion ="e130dd81f8d3b339233df8d2c2bb7ac933a7793d"
androidLibraryVersion ="a3fe154f6e84c832cd1fe721c5c40caacf4b9cdb"
androidPluginVersion = '8.7.3'
androidxMediaVersion = '1.4.1'
androidxTestVersion = "1.6.1"

View file

@ -8022,6 +8022,14 @@
<sha256 value="6907f3626be02ec7508a98ea912529780445a0336dc4fc665c96af007c5d6c49" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="a3fe154f6e84c832cd1fe721c5c40caacf4b9cdb">
<artifact name="android-library-a3fe154f6e84c832cd1fe721c5c40caacf4b9cdb.aar">
<sha256 value="965593ab49800b6cda44f904783b8ee2cf54e627b9c4b7c4d9db23c2bb3a0db7" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="android-library-a3fe154f6e84c832cd1fe721c5c40caacf4b9cdb.module">
<sha256 value="a1dcd5c2ed61ec980d0b87576f7d2965e25fee164baa9ee12cfe598b92480c5c" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.github.nextcloud" name="android-library" version="a4d86ef9d1">
<artifact name="android-library-a4d86ef9d1.aar">
<sha256 value="c6c70775d49d935e7691f43fee0ff51c2c0df03c041fd75da92cf1f0df1385a7" origin="Generated by Gradle" reason="Artifact is not signed"/>

View file

@ -0,0 +1,2 @@
Update Nextcloud Android library